@ormix/core
v4.0.0
Published
ormix core — TypeScript ORM with query builder, schema, and SQL compiler
Maintainers
Readme
@ormix/core
The core ormix package — schema definition, query builder, SQL compiler, database layer, dialects, migrations, seeders, performance engine, and ORM plugins.
Purpose
@ormix/core is the foundation of ormix. It provides everything needed to define tables, build type-safe queries, execute SQL against PostgreSQL (and other dialects), run migrations, and extend the ORM via plugins.
Install
pnpm add @ormix/coreSubpath exports
| Export | Description |
| --------------------- | ---------------------------------- |
| @ormix/core | Main entry |
| @ormix/core/column | Column types and factories |
| @ormix/core/dialect | SQL dialect implementations |
| @ormix/core/migrate | Migration engine |
| @ormix/core/seed | Database seeders |
| @ormix/core/perf | Performance engine |
| @ormix/core/orm | ORM plugins |
| @ormix/core/studio | Studio server |
| @ormix/core/cli | CLI program (used by @ormix/cli) |
License
MIT
