| | Class | Description |
|---|
 | AesStream |
Encrypted AES Stream
|
 | EngineSettings |
All engine settings used to starts new engine
|
 | LiteEngine |
A public class that take care of all engine data structure access - it´s basic implementation of a NoSql database
Its isolated from complete solution - works on low level only (no linq, no poco... just BSON objects)
[ThreadSafe]
|
 | Pragmas | |
 | RebuildOptions | |
 | TempStream |
Implement a temporary stream that uses MemoryStream until get LIMIT bytes, then copy all to tempoary disk file and delete on dispose
Can be pass
|