Releases
v2.0.0
New features in v2
Portable version: LiteDB.Core (Supports UWP 8.1/10, Xaramin.iOS and Xaramin.Android)
Generic data access layer - can use any Stream
or you can write your own disk access layer
Database encription option (using password=
in connection string)
New memory cache manager (do not consume too memory in large inserts/updates)
Better mapping class from your entity to BsonDocument
(like Configurations in EntityFramework)
Better cross reference with DbRef
mapping (see unit tests examples)
Lazy engine load (open datafile only when run a command)
Reduce your database size with shrink()
Support for Initial Size
and Limit Size
database (connection string)
Complete re-write engine classes width full debug logger
Complete stats about data/index usage
Dump file to Import/Export your data using shell commands
Full documentation for v2 on Wiki
See more examples in http://www.litedb.org/
Changes
You can’t perform that action at this time.