Introduction

Welcome to the Jerrycurl documentation, and thank you for your interest in our project.

In here we will try to guide you through what the Jerrycurl framework has to offer in the ORM space and how to best make use of its features.

Why Jerrycurl?

In the ORM space, mappers are usually divided into two camps: low-level mappers (like Dapper), which provide simple functionality and high performance

Jerrycurl has a strong emphasis in providing object-relational mapping through the power of the SQL language, and such is most similar to the lower-level mappers out there (such as Dapper).

It is built as a way to greatly expand the way in which you can work with SQL and (like EF Core) provides as complete solution to designing elegant data access code from the ground up.

Therefore,

What's next?

To get more insight into how it all works, simply keep on reading; and if you get stuck, feel free to ask questions on GitHub or in our Gitter chatroom.