mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
feat: included ModuleList in PragmaName
This commit is contained in:
parent
08ab998404
commit
ff157e10e5
1 changed files with 2 additions and 0 deletions
|
|
@ -1812,6 +1812,8 @@ pub enum PragmaName {
|
|||
LegacyFileFormat,
|
||||
/// Set or get the maximum number of pages in the database file.
|
||||
MaxPageCount,
|
||||
/// `module_list` praagma
|
||||
ModuleList,
|
||||
/// Return the total number of pages in the database file.
|
||||
PageCount,
|
||||
/// Return the page size of the database in bytes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue