v2.0.0-rc
Pre-release
Pre-release
New features in RC
- Datafile encryption: now you can use password to protect your datafile (uses DES cryptography)
- Database upgrade from v.0.9.0 and 1.0.x (use
LiteDB.Shell.exe myold.db --upgrade mynew.db
) - Export database as dump file (insert commands)
- Added collections stats (data/index pages, disk usage, ...) shell:
db.collection.stats
Changes in RC
- Remove virtual fields
- Better concurrency support
- Better memory manager: using disk cache/journal in big transactions. Now LiteDB avoid too many memory consume when are reading/writing too long data loop in a collection.
Roadmap to v2
- Compile in Portable Class Library
- Only bug fixes