tursodatabase / libsql

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

libsql: Add Connection::total_changes() API #1511

Closed penberg closed 4 months ago

penberg commented 4 months ago

It's a rusqlite API that we're missing.

haaawk commented 4 months ago

LGTM in general but I think for HRANA we should store the counter in connection not in stream.