> ## Documentation Index
> Fetch the complete documentation index at: https://alphaconsultings.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Eloquent ORM JS

> Laravel-style ORM and CLI for Node.js, with SQL and Mongo support.

# Eloquent ORM JS

Version: `1.3.0`

Use this TypeScript Eloquent ORM documentation to get from first install to production operations.

## Start here

* [Package documentation index](getting-started/package-docs)
* [Installation and quick start](getting-started/installation)
* [Quick start example](getting-started/quick-start)
* [Runtime overview](runtime/index)
* [Runtime CRUD](runtime/crud)
* [Runtime querying](runtime/querying)
* [Runtime controllers](runtime/controllers)
* [Runtime services](runtime/services)
* [Runtime transactions](runtime/transactions)
* [Common scenarios](getting-started/common-scenarios)
* [Cookbook](getting-started/cookbook)
* [Test overview](test/index)

## Core areas

* [API reference](api/reference)
* [Runtime models](runtime/models)
* [Runtime controllers](runtime/controllers)
* [Runtime services](runtime/services)
* [Runtime transactions](runtime/transactions)
* [Runtime cache](runtime/cache)
* [Model relations](orm/relations)
* [Multi-connection strategy](orm/multi-connection-strategy)
* [Mixin scenarios](orm/mixin-scenarios)
* [Soft deletes and restore](orm/soft-deletes)
* [CLI command map](cli/commands)
* [CLI generator workflows](cli/generators)
* [Test overview](test/index)
* [Migration and rollback operations](orm/migration-rollback)
* [Debugging and recovery](support/troubleshooting)
* [Release policy and criteria](release/cadence)

## What is covered

* Model lifecycle and storage adapters
* CLI generation, migration, seed, and cache workflows
* SQL and Mongo runtime contracts
* Production guardrails and least-privilege environment setup
* Release, support, and compatibility guarantees
