Lite |
| Name | Description | |
|---|---|---|
| LiteRepository(ILiteDatabase) | Starts LiteDB database an existing Database instance | |
| LiteRepository(ConnectionString, BsonMapper) | Starts LiteDB database using a connection string for file system database | |
| LiteRepository(String, BsonMapper) | Starts LiteDB database using a connection string for file system database | |
| LiteRepository(Stream, BsonMapper, Stream) | Starts LiteDB database using a Stream disk |