https://github.com/octopusdeploy/nevermore
| Public | A JSON Document Store library for SQL Server
https://github.com/octopusdeploy/nevermore
public
Last synced: 12 months ago
JSON representation
| Public | A JSON Document Store library for SQL Server
- Host: GitHub
- URL: https://github.com/octopusdeploy/nevermore
- Owner: OctopusDeploy
- License: other
- Created: 2015-06-19T04:27:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T20:40:55.000Z (about 1 year ago)
- Last Synced: 2025-03-30T06:11:09.317Z (about 1 year ago)
- Topics: public
- Language: C#
- Size: 2.49 MB
- Stars: 8
- Watchers: 14
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ⚠️ Sunset Notice
Octopus Deploy will eventually stop supporting Nevermore. We will archive this git repository and retire the CI/CD infrastructure that supports it.
If you are currently using Nevermore, we recommend you start planning to migrate away from it as soon as reasonably possible.
Please see https://github.com/OctopusDeploy/Nevermore/issues/291 for more information.
# Nevermore

Nevermore is a micro-ORM that treats SQL Server as a document store.
> "It's like Dapper, but with JSON"
Nevermore was used in production inside of Octopus Deploy since version 2014, up until version 2024.4.3.
The Wiki is the best place to get familiar with Nevermore.
* [Overview](https://github.com/OctopusDeploy/Nevermore/wiki/home)
* [Quickstart](https://github.com/OctopusDeploy/Nevermore/wiki/Quickstart)
* [Why Nevermore?](https://github.com/OctopusDeploy/Nevermore/wiki/Why-Nevermore%3F)
/statusIcon)
## Integration Tests
Running integration tests requires an MSSQL instance.
To run integration tests locally using Docker Compose:
```bash
docker compose build --no-cache
docker compose run test
docker compose down
```
We accept [contributions](Contributing.md)!