An open API service indexing awesome lists of open source software.

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

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, ..."