https://github.com/dansnow/eazydb
https://github.com/dansnow/eazydb
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dansnow/eazydb
- Owner: DanSnow
- Created: 2016-12-18T06:44:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T02:47:35.000Z (over 4 years ago)
- Last Synced: 2025-04-05T03:24:09.758Z (about 1 year ago)
- Language: Crystal
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
EazyDB
======
**Don't use this in production.**
This is an eazy db which write in Crystal.
## Implement ##
- CURD
- Offset index
- Schema
- str (varchar)
- num (int32)
## Built with ##
- [commander](https://github.com/mrrooijen/commander)
- [cyrstal-binary_parser](https://github.com/DanSnow/crystal-binary_parser)