tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

Use `max_frame_no` for transaction reads and writes #1507

Closed avinassh closed 3 months ago

avinassh commented 3 months ago

This lets us have multiple (non concurrent) writers or even multiple logical primary instances.

Minor changes: