https://github.com/paralect/uniform
https://github.com/paralect/uniform
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paralect/uniform
- Owner: paralect
- Created: 2012-07-01T18:39:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T09:10:20.000Z (over 11 years ago)
- Last Synced: 2024-04-13T22:13:34.690Z (over 1 year ago)
- Language: C#
- Size: 8.28 MB
- Stars: 2
- Watchers: 13
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.