https://github.com/dentosal/srimdb
Simple relational in-memory database written in Rust
https://github.com/dentosal/srimdb
database relational-database rust rust-library
Last synced: about 1 month ago
JSON representation
Simple relational in-memory database written in Rust
- Host: GitHub
- URL: https://github.com/dentosal/srimdb
- Owner: Dentosal
- License: mit
- Created: 2018-04-14T22:44:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T12:17:52.000Z (about 8 years ago)
- Last Synced: 2025-03-21T09:48:02.405Z (over 1 year ago)
- Topics: database, relational-database, rust, rust-library
- Language: Rust
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SrimDB - Simple relational in-memory database
Requires Nightly build of Rust.
## Progress
* [ ] Make It Work
* [ ] Make It Right
* [ ] Make It Fast