v5.0.9
Changes
- The
LiteDatabase
ctor that takes aStream
for its data storage now takes anotherStream
as log storage. LiteDB can now be used with custom storage solutions (as long as it implementsStream
). - Custom serializers and deserializers can now be used even with basic BSON types. This is useful if you don't want to lose precision when storing
DateTime
.