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

https://github.com/znx3p0/saildb_test


https://github.com/znx3p0/saildb_test

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# SailDB test

This is a quick example of SailDB

```bash
cargo run --bin=server -- --bind="[email protected]:8080"
```
```bash
cargo run --bin=client -- --addr="[email protected]:8080" insert --key="hello" --value="world!"
cargo run --bin=client -- --addr="[email protected]:8080" get --key="hello"
```