A Database that uses a RESTful API instead of a TCP / UDP connection.
I do not recommend using this in production, there's probably a lot of bugs or vulnerabilities in this database.
I wanted to see if it was possible to make a Database with a RESTful API.
You can download the latest version of RDB from the releases.
Requirements:
- Have Rust (Nightly) installed.
- Have Toast installed. (Optional)
Building from the source: cargo build
/ cargo build --release
Or you can directly run it: cargo run
/ cargo run --release
... Not yet ...