feat: included ModuleList in PragmaName

This commit is contained in:
Lucas Forato
2025-07-28 10:11:49 -03:00
parent 08ab998404
commit ff157e10e5

View File

@@ -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.