Example #1
0
 protected override string GetConnectionString(string filepath)
 => LiteDbConn.Str(filepath, LiteDbMode.Shared);
Example #2
0
 protected virtual string GetConnectionString(string filepath)
 => LiteDbConn.Str(filepath, LiteDbMode.ReadOnly);