https://github.com/repcomm/dbgobr
My attempt at writing a database storage engine for fun
https://github.com/repcomm/dbgobr
Last synced: 7 months ago
JSON representation
My attempt at writing a database storage engine for fun
- Host: GitHub
- URL: https://github.com/repcomm/dbgobr
- Owner: RepComm
- Created: 2023-09-30T03:00:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T05:09:27.000Z (over 2 years ago)
- Last Synced: 2025-03-23T02:44:43.241Z (10 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# dbgobr
My attempt at writing a database storage engine for fun
I have no idea what I'm doing, and I don't know how to use golang
Please don't use this code as a backend for anything serious
## implemented
- general purpose command parser
- repl command processor
## todo
- table persistent storage
- http API
- table indexing