An open API service indexing awesome lists of open source software.

https://github.com/paralect/uniform


https://github.com/paralect/uniform

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Uniform
=======

Uniform defines simple abstraction for key-value database. Two implementations available: InMemoryDatabase
and MongodbDatabase. By using one abstraction, you are able to run your database entirely in-memory or using MongoDB
as a storage.

* [Quick Start](https://github.com/paralect/uniform/wiki/Quick-Start) - tutorial, that will help you to create your first project with Uniform
* [Collection Operations](https://github.com/paralect/uniform/wiki/Collection-Operations) - lists all possible operations that
you can do with `Uniform.ICollections` collections.