https://github.com/pragmagic/abathur
A genetically modified database
https://github.com/pragmagic/abathur
Last synced: about 1 year ago
JSON representation
A genetically modified database
- Host: GitHub
- URL: https://github.com/pragmagic/abathur
- Owner: pragmagic
- Created: 2017-06-08T08:57:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T07:49:38.000Z (about 8 years ago)
- Last Synced: 2025-04-12T21:09:26.199Z (about 1 year ago)
- Language: Nim
- Size: 55.7 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abathur
A genetically modified database
# Todo
- 'insert' needs to allow inserting from a select statement
- nested 'select' queries need to be supported
- implement 'index' declarations and partial indexes
- implement nominal types
- implement time handling routines
- implement integer handling routines
- implement string handling routines
- perform integer conversions
- check primary keys are declared correctly
- refactor the BTree to use the new follow set algorithms
- optimize the case: key is "N, N+1, N+2, N+3, ..."