This repository is archived because of a lack of interest
A very minimal database stored in a file. Written in Rust
This is a small library to store and access data in a database-like format without the need to install and setup a big and complicated database.
This is not and never will be a fully fleshed out and high speed database and should therefore not be used in giant projects using thousands of datapoints.
- Create tables with the column-types String and Integer, can have key pairs
- Insert data into a table
- Remove data from a table
- Do basic database operations (join, selection, projection)
Because these are not implemented yet, this program should not be used in a productive way.