Core
The core package is the heart of Datrix. It handles schema definition, query building, data validation, relation processing, and database migrations — all without being tied to a specific database engine.
Further reading
Inside Datrix: A Line-by-Line Read of a TypeScript ORM's Core Layer
A walkthrough of the core package's internals: the query builder, executor, validation layer, and how they fit together.