6 ms·
It does do exactly that. If you visit https://sqlite.org/src/stat https://sqlite.org/src/stat, the "Schema Version" line tells you exactly what version of the
by SQLite 3y ago
It does do exactly that. If you visit https://sqlite.org/src/stat https://sqlite.org/src/stat, the "Schema Version" line tells you exactly what version of the database schema that the repository is using. The SQLite repository uses the very latest Fossil schema, which you can see from the "stat" page has not changed in 8.5 years.
- dilyevsky 3y agoThanks for comment. Yeah I figured parent comment was suspect