We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a24a8 commit ad95960Copy full SHA for ad95960
src/SQLite.cs
@@ -114,6 +114,7 @@ public static NotNullConstraintViolationException New (SQLiteException exception
114
public enum SQLiteOpenFlags
115
{
116
ReadOnly = 1, ReadWrite = 2, Create = 4,
117
+ Uri = 0x40, Memory = 0x80,
118
NoMutex = 0x8000, FullMutex = 0x10000,
119
SharedCache = 0x20000, PrivateCache = 0x40000,
120
ProtectionComplete = 0x00100000,
0 commit comments