diff options
| -rw-r--r-- | sqlite.zig | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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, |