mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-31 15:04:19 +01:00
implement the pragma page_count
To do that, we also have to implement the vdbe opcode Pagecount.
This commit is contained in:
@@ -1594,6 +1594,8 @@ pub enum PragmaName {
|
||||
CacheSize,
|
||||
/// `journal_mode` pragma
|
||||
JournalMode,
|
||||
/// Return the total number of pages in the database file.
|
||||
PageCount,
|
||||
/// returns information about the columns of a table
|
||||
TableInfo,
|
||||
/// trigger a checkpoint to run on database(s) if WAL is enabled
|
||||
|
||||
Reference in New Issue
Block a user