In this commit, we make a change that enables the `auto_vacuum = incremental` pragma for SQLite databases, but only when the database file is first created. Incremental auto-vacuum allows SQLite to reclaim unused space within the database file over time, preventing indefinite growth. |
||
|---|---|---|
| .. | ||
| config.go | ||
| db_test.go | ||
| db.go | ||
| driver.go | ||