Sequelize @SequelizeJS in 2026 is still everywhere. Here's the clean way to integrate it with DaloyJS — model registration, connection lifecycle, and the gotchas.
daloyjs.dev/docs/orm/sequeli…
The @prisma integration guide: schema, client lifecycle, connection pooling per runtime, and how to wire it through a plugin so every route inherits the client.
daloyjs.dev/docs/orm/prisma
Bringing @typeormjs into a DaloyJS app the right way: data source as a plugin, repositories injected into handlers, and lifecycle hooks for clean shutdown.
daloyjs.dev/docs/orm/typeorm
Drizzle @DrizzleORM is the SQL-first ORM that gets out of your way. Here's how to wire it into a DaloyJS app — including the edge runtimes where Prisma is still finding its footing.
daloyjs.dev/docs/orm/drizzle
Prisma, Drizzle, TypeORM, MikroORM, Sequelize, Supabase. Pick your poison — DaloyJS doesn't care, and the docs cover the integration patterns for each.
daloyjs.dev/docs/orm
The @MikroORM integration: request-scoped EntityManager, identity map, and how the unit-of-work pattern fits the DaloyJS request lifecycle.
daloyjs.dev/docs/orm/mikro-o…
Routes in DaloyJS are single-source-of-truth declarations. One `app.route({...})` becomes validation, types, OpenAPI, typed client, and contract tests. Here's the full surface.
daloyjs.dev/docs/routing
`daloy inspect` prints your full route table, schema presence, contract issues, and the live OpenAPI 3.1 doc — straight from your TS entry. The API-surface review tool platform teams keep asking for.
daloyjs.dev/docs/cli
`pnpm create daloy@latest`. Five runtime templates, --minimal and --with-ci flags, AGENTS.md baked in, and a startup banner that doesn't look like 2014.
daloyjs.dev/docs/scaffolder
Install, scaffold, run. The fastest path from zero to a typed, validated, OpenAPI-documented DaloyJS app — on the runtime of your choice.
daloyjs.dev/docs/getting-sta…
5/ If you use GitLab, Azure, Bitbucket, Jenkins, or on-prem CI, Daloy can still provide runtime guardrails and portable patterns, but not GitHub Actions protections.
↓