| Crates.io | flashdb |
| lib.rs | flashdb |
| version | 0.1.0 |
| created_at | 2024-11-18 16:48:09.231505+00 |
| updated_at | 2024-11-18 16:48:09.231505+00 |
| description | A simple key-value store in Rust |
| homepage | |
| repository | https://github.com/codiux-net/nano-db |
| max_upload_size | |
| id | 1452387 |
| size | 58,900 |
FlashDB is a simple, in-memory key-value store server built with Rust. It supports basic set, get, delete, and expire commands, allowing JSON data to be stored with optional time-to-live (TTL) expiration. It also includes basic token-based authentication.