mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-10 11:44:22 +01:00
Support reading db page size using PRAGMA page_size
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user