Show HN: I've built a Rust database to replace Surrealdb
I created AionDB, an open-source Rust database designed as a drop-in replacement for SurrealDB. It uses a modular architecture with pluggable storage backends (SQLite, RocksDB, TiKV) and a vector search engine, supporting both REST and WebSocket APIs for real-time collaboration.