Skip to content

OctopusDeploy/Nevermore

Repository files navigation

Nevermore

Nevermore logo

Nevermore is a micro-ORM that treats SQL Server as a document store.

"It's like Dapper, but with JSON"

Nevermore has been used in production inside of Octopus Deploy since version 2014.

The Wiki is the best place to get familiar with Nevermore.

Nuget

TeamCity

Integration Tests

Running integration tests requires an MSSQL instance.

To run integration tests locally using Docker Compose:

docker compose build --no-cache
docker compose run test
docker compose down

We accept contributions!