An open API service indexing awesome lists of open source software.

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

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 ...