tursodatabase / libsql

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

Expose `VACUUM` in libSQL server? #1415

Open penberg opened 5 months ago

penberg commented 5 months ago

We currently don't allow users to control when vacuuming happens. Let's look into exposing this to users who need that level of control.