Embedded NoSQL object-oriented database engine for .NET and Mono
OstrivDB is an embedded NoSQL object-oriented database engine for Microsoft .NET and Mono. OstrivDB was named after the Oster river (the little river in little town where author lives).
Features:
- Caching for Select queries.
- Indexing.
- Batch of queries.
- Views.
- InMemory objects and views.
- No special query language (LINQ used).
- Integrated sorting and paging.
- Multithreaded data processing.
- Custom input/output and serialization.
Requirements:
- Microsoft .NET...
FlatDB.Net is a .Net port, of the Python module FlatDB, written in Boo. It is a flat-file database library that supports insert, update, delete and simple searching.