Lite |
| Name | Description | |
|---|---|---|
| LiteDatabase(ConnectionString, BsonMapper) | Starts LiteDB database using a connection string for file system database | |
| LiteDatabase(String, BsonMapper) | Starts LiteDB database using a connection string for file system database | |
| LiteDatabase(ILiteEngine, BsonMapper, Boolean) | Start LiteDB database using a pre-exiting engine. When LiteDatabase instance dispose engine instance will be disposed too | |
| LiteDatabase(Stream, BsonMapper, Stream) | Starts LiteDB database using a generic Stream implementation (mostly MemoryStream). |