mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-14 18:02:34 +00:00
* introduce connection manager * remove unused wal methods * remove lock stealer * Make use of ConnectionManager in LibsqlConnection it now takes a W: WalWrap instead of a WalManager. This is because we want to inject the connection manager at the bottom of the wal wrapping chain. * add missing deps * turn ReplicationLogger into a WrapWal * update spots to to pass wal wrapper instead of wal manager * remove dbg * fmt * fix sqlite3 rust tests