Open Issues Need Help
View All on GitHubAI 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).
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!