@zero-server/orm
v1.1.0
Published
Database, Model, Query, migrations, seeds, search, geo, tenancy, audit.
Readme
@zero-server/orm
Database, Model, Query, migrations, seeds, search, geo, tenancy, audit.
Full-featured ORM with seven adapters (memory, JSON file, SQLite, MySQL, PostgreSQL, MongoDB, Redis) plus migrations, seeders, query caching, read replicas, full-text search, geo queries, multi-tenancy, audit logging, schema snapshots, query profiling, views, stored procedures/functions/triggers, and a plugin manager.
Install
npm install @zero-server/ormOr install the full SDK to get everything at once:
npm install @zero-server/sdkUsage
const { Database, Model, TYPES } = require('@zero-server/orm')Public surface
This package provides 34 public exports as a standalone runtime bundle. See the scope page for the full list.
Documentation
License
MIT © Anthony Wiedman
