https://github.com/znx3p0/saildb_test
https://github.com/znx3p0/saildb_test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/znx3p0/saildb_test
- Owner: znx3p0
- Created: 2021-12-28T22:04:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T22:15:44.000Z (over 3 years ago)
- Last Synced: 2025-01-09T07:13:05.393Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```