SpacetimeDB v0.7 Released: WebAssembly stored procedure database written in Rust(github.com)
github.com
SpacetimeDB v0.7 Released: WebAssembly stored procedure database written in Rust
https://github.com/clockworklabs/SpacetimeDB/releases/tag/v0.7.0-beta
The main benefit is you eliminate all the DevOps overhead of deploying servers and don't have to deal with the state synchronization with clients.
SpacetimeDB is used as the sole backend for https://bitcraftonline.com, a real-time MMORPG
v0.7.0 Highlights - Multi-column indexes - Multiple CLI server configs - Subscribe to all tables functionality `SELECT * FROM *` - Positional CLI arguments: `$ spacetime call my_database my_reducer "Foo" "Bar" 27` - Significant bug fixes and perf improvements