📄️ Getting Started
@rattus-orm/core provides the essential functionality for data interaction. In simple terms, there are four main concepts:
📄️ Data Provider
A Data Provider establishes the connection between a specific storage system and ORM. Generally, it is a class that implements the following interface:
📄️ Database
Overview
📄️ Model
Basics
📄️ Relationships
All relationships between models fully replicate the relationships from
📄️ Repository
Basics
📄️ Events
Introduction
📄️ Plugins
Currently, a plugin is simply a way to "hide" operations performed on the database inside a function.