PebbleVault is a memory database with a MySQL twist, all wrapped up in the cozy, memory-safe blanket of Rust. It’s like having a pet rock collection, but for grown-ups with serious data needs!

buntdb database in-memory-database rust sqlite
1 Open Issue Need Help Last updated: Jul 7, 2025

Open Issues Need Help

View All on GitHub
Database Memory Database

AI Summary: The task involves exploring and implementing pluggable database backends or a custom on-disk format for PebbleVault, a spatial database currently using SQLite. This includes defining a trait-based abstraction for persistence, prototyping alternative backends (e.g., PostgreSQL), benchmarking performance, and potentially creating a custom spatial data format. Additionally, the `MySQLGeo` module needs renaming to accurately reflect its function (SQLite-based storage).

Complexity: 5/5
enhancement help wanted

PebbleVault is a memory database with a MySQL twist, all wrapped up in the cozy, memory-safe blanket of Rust. It’s like having a pet rock collection, but for grown-ups with serious data needs!

Rust
#buntdb#database#in-memory-database#rust#sqlite