nextorm

Orm that takes the best from Dapper and EF.Core

This project is maintained by AlexeyShirshov

Nextorm - high performance zero-sql object-relational mapping (ORM) library

Overview

Nextorm perform two main functions:

Nextorm uses protocol-level libraries (for example, SqlClient for Microsoft SQL Server or SQLite for SQLite) and designed to create a high performance data access layer independent of SQL and specific RDBMS.

Status

The current status (1.0.1-alpha) is a prof of concept.

Roadmap

Installation

Don’t forget to add --prerelease flag since all current versions is not stable. To add specific database provider use the following:

In-memory provider is built-in in core library.

Releases

1.0.1-alpha