vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.61k stars 69 forks source link

move db_version methods to Rust #366

Closed tantaman closed 9 months ago

tantaman commented 9 months ago

Given we're interacting with crsql_db_version from regular Rust code now rather than triggers, moving these methods makes life much easier.