https://github.com/dansnow/eazydb
https://github.com/dansnow/eazydb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dansnow/eazydb
- Owner: DanSnow
- Created: 2016-12-18T06:44:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T02:47:35.000Z (over 3 years ago)
- Last Synced: 2025-02-10T11:33:19.906Z (3 months ago)
- Language: Crystal
- Size: 1.17 MB
- Stars: 0
- Watchers: 3
- 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)