mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 08:54:20 +01:00
Merge 'Feat/pragma module list' from Lucas Forato
Implementation of the module_list pragma Reviewed-by: Diego Reis (@el-yawd) Reviewed-by: Preston Thorpe <preston@turso.tech> Closes #2430
This commit is contained in:
@@ -1814,6 +1814,9 @@ pub enum PragmaName {
|
||||
LegacyFileFormat,
|
||||
/// Set or get the maximum number of pages in the database file.
|
||||
MaxPageCount,
|
||||
/// `module_list` praagma
|
||||
/// `module_list` lists modules used by virtual tables.
|
||||
ModuleList,
|
||||
/// Return the total number of pages in the database file.
|
||||
PageCount,
|
||||
/// Return the page size of the database in bytes.
|
||||
|
||||
Reference in New Issue
Block a user