mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-30 13:24:22 +01:00
implement pragma application_id
Just for completeness, because it is easy.
This commit is contained in:
@@ -1743,6 +1743,8 @@ pub type PragmaValue = Expr; // TODO
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
||||
pub enum PragmaName {
|
||||
/// Returns the application ID of the database file.
|
||||
ApplicationId,
|
||||
/// set the autovacuum mode
|
||||
AutoVacuum,
|
||||
/// `cache_size` pragma
|
||||
|
||||
Reference in New Issue
Block a user