Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieumack/nosqlrepositories
NoSqlRepositories contains predefined noSql repositories for your applications.
https://github.com/mathieumack/nosqlrepositories
couchbase-lite database documentdb mongodb
Last synced: about 1 month ago
JSON representation
NoSqlRepositories contains predefined noSql repositories for your applications.
- Host: GitHub
- URL: https://github.com/mathieumack/nosqlrepositories
- Owner: mathieumack
- License: mit
- Created: 2016-09-29T19:30:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T14:24:18.000Z (over 1 year ago)
- Last Synced: 2024-09-25T09:07:21.503Z (3 months ago)
- Topics: couchbase-lite, database, documentdb, mongodb
- Language: C#
- Size: 10.3 MB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoSqlRepositories
NoSqlRepositories contains predefined noSql repositories for your applications. It contains an abstract repository that can works with [Couchbase lite](https://docs.couchbase.com/couchbase-lite/2.1/index.html), [MongoDb](https://www.mongodb.com/) or with a local json file storage.
## Quality and packaging
[![Build status](https://dev.azure.com/mackmathieu/Github/_apis/build/status/NoSqlRepository)](https://dev.azure.com/mackmathieu/Github/_build/latest?definitionId=1)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=github-NoSqlRepositories&metric=alert_status)](https://sonarcloud.io/dashboard?id=github-nosqlrepository)![Nuget](https://img.shields.io/nuget/dt/NoSqlRepositories.Core.svg?label=NoSqlRepositories.Core&logo=nuget)
![Nuget](https://img.shields.io/nuget/dt/NoSqlRepositories.CouchBaseLite.svg?label=NoSqlRepositories.CouchBaseLite&logo=nuget)
![Nuget](https://img.shields.io/nuget/dt/NoSqlRepositories.MongoDb.svg?label=NoSqlRepositories.MongoDb&logo=nuget)
![Nuget](https://img.shields.io/nuget/dt/NoSqlRepositories.JsonFiles.svg?label=NoSqlRepositories.JsonFiles&logo=nuget)## How-to
TODO ;)
## How to Engage, Contribute and Provide Feedback
Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.
* If you have a question or have found a bug, [file an issue](https://github.com/mathieumack/NoSqlRepositories/issues/new).
![GitHub last commit](https://img.shields.io/github/last-commit/mathieumack/NoSqlRepositories.svg)
## License
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/mathieumack/NoSqlRepositories/blob/master/LICENSE.TXT)
NoSqlRepositories is licensed under the [MIT license](LICENSE.TXT).