surrealdb / surrealkv

A low-level, versioned, embedded, ACID-compliant, key-value database for Rust
https://surrealdb.com
Apache License 2.0
237 stars 18 forks source link

feat: add option to store db in memory #38

Closed arriqaaq closed 4 months ago

arriqaaq commented 5 months ago

Description

This PR adds the ability for skv to act as a pure in-memory store. This can be used as alternative to other in-memory stores whilst testing inside sdb