Skip to content

Commit

Permalink
dll size update
Browse files Browse the repository at this point in the history
  • Loading branch information
rejemy committed Feb 24, 2019
1 parent c0f7698 commit c8478ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ UltraLiteDB is a trimmed down version of LiteDB 4.0 (http://www.litedb.org). Any
- Basic queries on the primary key and user-created indexes (all, less than, greater than, between, in, etc)
- Simple API similar to MongoDB
- File format compatibility with LiteDB
- 100% C# code for .NETStandard 2.0 Unity preset in a single DLL (less than 123kb)
- 100% C# code for .NETStandard 2.0 Unity preset in a single DLL (~136kb)
- ACID in document/operation level
- Data recovery after write failure (journal mode)
- Datafile encryption using DES (AES) cryptography
Expand Down

0 comments on commit c8478ba

Please sign in to comment.