Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jtrocky
/
minidb
Public
forked from
rosedblabs/mini-bitcask
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jul 21, 2023
Extract common code (#18)
Jeremy-Run
authored
5b58880
View commit details
Copy full SHA for 5b58880
Browse repository at this point
Commits on Jul 19, 2023
update tests (#17)
her-cat
authored
8afda4b
View commit details
Copy full SHA for 8afda4b
Browse repository at this point
Commits on Jul 11, 2023
Merge pull request #16 from wujianfeng01/main
Show description for df91421
roseduan
authored
df91421
View commit details
Copy full SHA for df91421
Browse repository at this point
Commits on Jun 13, 2023
fix: Fix the bug when merging
wujianfeng01
committed
2d92d08
View commit details
Copy full SHA for 2d92d08
Browse repository at this point
Commits on Apr 18, 2023
Merge pull request #15 from spike014/fix/merge
Show description for e6f2a3f
roseduan
authored
e6f2a3f
View commit details
Copy full SHA for e6f2a3f
Browse repository at this point
fix(merge): lock db file when it's swapping
spike014
committed
7ecea55
View commit details
Copy full SHA for 7ecea55
Browse repository at this point
fix(merge): fix close file after merge
spike014
committed
bff9e00
View commit details
Copy full SHA for bff9e00
Browse repository at this point
Commits on Apr 17, 2023
Merge pull request #14 from spike014/chore/error
Show description for a9fa451
roseduan
authored
a9fa451
View commit details
Copy full SHA for a9fa451
Browse repository at this point
Merge pull request #13 from spike014/main
Show description for 148766a
roseduan
authored
148766a
View commit details
Copy full SHA for 148766a
Browse repository at this point
chore: use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...))
spike014
committed
f2d48d2
View commit details
Copy full SHA for f2d48d2
Browse repository at this point
refactor: use filepath.Join() to get clean path
spike014
committed
ca309f4
View commit details
Copy full SHA for ca309f4
Browse repository at this point
Commits on Apr 16, 2023
Merge pull request #12 from rfyiamcool/feat/db_close
Show description for 10db250
roseduan
authored
10db250
View commit details
Copy full SHA for 10db250
Browse repository at this point
feat: minidb example
rfyiamcool
committed
665db00
View commit details
Copy full SHA for 665db00
Browse repository at this point
feat: add Close() for db
rfyiamcool
committed
f3017af
View commit details
Copy full SHA for f3017af
Browse repository at this point
Commits on Jan 25, 2023
Merge pull request #11 from zll600/fix_get_key_not_exist
Show description for c5662fe
roseduan
authored
c5662fe
View commit details
Copy full SHA for c5662fe
Browse repository at this point
Commits on Jan 22, 2023
fix: return error when get key if key doesn't exits.
zll600
committed
89b7c25
View commit details
Copy full SHA for 89b7c25
Browse repository at this point
Commits on Oct 22, 2021
Merge pull request #6 from biningo/main
Show description for ab5768a
roseduan
authored
ab5768a
View commit details
Copy full SHA for ab5768a
Browse repository at this point
Commits on Sep 28, 2021
fix: remove useless function argument
biningo
committed
f5cd1b4
View commit details
Copy full SHA for f5cd1b4
Browse repository at this point
Commits on Jul 16, 2021
Merge pull request #5 from GabyCheng/fix-db-merge-file
Show description for 6c735f6
roseduan
authored
6c735f6
View commit details
Copy full SHA for 6c735f6
Browse repository at this point
Commits on Jul 12, 2021
fix: 解决删除旧文件的bug
jiebin.cheng
committed
65929a3
View commit details
Copy full SHA for 65929a3
Browse repository at this point
Commits on Jul 11, 2021
Merge pull request #3 from GabyCheng/fix-write-append
Show description for 23e9f14
roseduan
authored
23e9f14
View commit details
Copy full SHA for 23e9f14
Browse repository at this point
Merge pull request #4 from GabyCheng/fix-loadIndexesFromFileData
Show description for 42b79bd
roseduan
authored
42b79bd
View commit details
Copy full SHA for 42b79bd
Browse repository at this point
Commits on Jul 8, 2021
fix:加载索引数据时,排除掉删除的key
jiebin.cheng
committed
e88c610
View commit details
Copy full SHA for e88c610
Browse repository at this point
fix: write append
jiebin.cheng
committed
e33f2a0
View commit details
Copy full SHA for e33f2a0
Browse repository at this point
Commits on Jul 4, 2021
update docs
roseduan
committed
ff26e3b
View commit details
Copy full SHA for ff26e3b
Browse repository at this point
Commits on Jun 29, 2021
Merge branch 'master' of https://github.com/roseduan/minidb into main
roseduan
committed
a255dba
View commit details
Copy full SHA for a255dba
Browse repository at this point
init commit
roseduan
committed
5a87613
View commit details
Copy full SHA for 5a87613
Browse repository at this point
Initial commit
roseduan
authored
07c1a95
View commit details
Copy full SHA for 07c1a95
Browse repository at this point
You can’t perform that action at this time.