You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New BsonMapper class: support Fields and NonPublic members
FileStorage now supports OpenWrite("fileId")
Virtual index fields -.Index("total", x => x.Products.Sum(p => p.Price))
[BsonRefAttribute]
Shrink with change password
Open datafile in ReadOnly mode
LiteDB.Core was removed - LiteDB.dll is now NETStandard 1.4 (Supports UWP, Xamarin, Core, Mono)
Changes
Some methods are moved from LiteDatabase to LiteEngine (GetCollectionNames, CollectionExists, DropCollection, RenameCollection, Shrink). To access, use: db.Engine.GetCollectionNames().
New datafile version - no update yet
Roadmap to final release
Bugfixes
Upgrade datafile from v1.x and v2.x to 3
API be more compatible with 2.x (using [Obsolate])