Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dansnow/eazydb
https://github.com/dansnow/eazydb
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dansnow/eazydb
- Owner: DanSnow
- Created: 2016-12-18T06:44:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T02:47:35.000Z (about 3 years ago)
- Last Synced: 2024-12-18T08:25:05.568Z (2 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)