GlueSQL is the new sql database that I am working on.
It is still in pretty early stage, but it supports basic SQL queries: aggregation, join and nested select.
Please take a look: https://github.com/gluesql/gluesql
Key features
- Fully written in Rust
- Pure functional execution layer
- Easily-swappable storage (default storage is sled)
- WebAssembly support: https://github.com/gluesql/gluesql-js
In case of wasm, please try the Web Dashboard Demo: [https://gluesql.org/playground]