summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sqlite.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite.zig b/sqlite.zig
index 0f901de..e72c2d5 100644
--- a/sqlite.zig
+++ b/sqlite.zig
@@ -96,6 +96,7 @@ pub const Db = struct {
96 Memory, 96 Memory,
97 }; 97 };
98 98
99 /// OpenFlags contains various flags used when opening a SQLite databse.
99 pub const OpenFlags = struct { 100 pub const OpenFlags = struct {
100 write: bool = false, 101 write: bool = false,
101 create: bool = false, 102 create: bool = false,