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

libsql ifdefs #399

Closed tantaman closed 7 months ago

tantaman commented 8 months ago

Syncing to libsql is a bit tedious. Add some ifdefs and #[cfg(feature = "libsql")] so no manual modifications are required after sync.