Support reading db page size using PRAGMA page_size

This commit is contained in:
Anton Harniakou
2025-04-23 16:46:37 +03:00
parent 5c18c1c57a
commit 0a69ea0138
3 changed files with 9 additions and 1 deletions

View File

@@ -1622,6 +1622,8 @@ pub enum PragmaName {
LegacyFileFormat,
/// Return the total number of pages in the database file.
PageCount,
// `page_size` pragma
PageSize,
/// returns information about the columns of a table
TableInfo,
/// Returns the user version of the database file.