You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Constructs a new SQLiteConnection and opens a SQLite database specified by databasePath.
96
98
/// </summary>
@@ -110,13 +112,25 @@ public virtual SQLiteConnection Clone()
110
112
/// <param name="extraTypeMappings">Any extra type mappings that you wish to use for overriding the default for creating column definitions for SQLite DDL in the class Orm (snake in Swedish).</param>
111
113
/// <param name="resolver">A contract resovler for resolving interfaces to concreate types during object creation</param>
112
114
/// <param name="encryptionKey">When using SQL CIPHER, automatically sets the key (you won't need to override Clone() in this case)</param>
115
+
/// <param name="configOption">Mode in which to open the db</param>
0 commit comments