https://github.com/artiefuzzz/restful-db
A Database that uses a RESTful API instead of a TCP / UDP connection
https://github.com/artiefuzzz/restful-db
database rest-api restful rust rust-lang
Last synced: 2 months ago
JSON representation
A Database that uses a RESTful API instead of a TCP / UDP connection
- Host: GitHub
- URL: https://github.com/artiefuzzz/restful-db
- Owner: ArtieFuzzz
- License: apache-2.0
- Created: 2022-03-07T06:58:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-13T13:30:51.000Z (4 months ago)
- Last Synced: 2026-03-14T01:49:50.871Z (4 months ago)
- Topics: database, rest-api, restful, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restful DB / Restful Database
> A Database that uses a RESTful API instead of a TCP / UDP connection.
## WARNING ❗
I do not recommend using this in production, there's probably a lot of bugs or vulnerabilities in this database.
### Why make this?
I wanted to see if it was possible to make a Database with a RESTful API.
## Installation
You can download the latest version of RDB from the releases.
## Installation (From Source)
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`
## Usage
... Not yet ...