Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed Nov 20, 2015
1 parent f33a0cd commit 99de59c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LiteDB - A .NET NoSQL Document Store in a single data file

> v2.0 beta (for last 1.x version, see `Tags`)
## > v2.0.0-beta (for 1.0.x version, see `Tags`)

LiteDB is a small, fast and lightweight NoSQL embedded database.

Expand All @@ -18,9 +18,10 @@ LiteDB is a small, fast and lightweight NoSQL embedded database.
- Open source and free for everyone - including commercial use
- Install from NuGet: `Install-Package LiteDB`

## New features in v2.0 beta
## New features in v2.0.0-beta
- Generic data access - can use any `Stream`
- Better mapping class from your entity to `BsonDocument` (like EntityFramework)
- Virtual property (Formula) as index field
- Better cross reference with `DbRef` mapping
- ThreadSafe / ProcessSafe
- Lazy engine load (open datafile only when run a command)
Expand Down Expand Up @@ -102,4 +103,4 @@ Details changes for each release are documented in the [release notes](https://g

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2015 - Maurício David
Copyright (c) 2015 - Maurício David

0 comments on commit 99de59c

Please sign in to comment.