# Mori ## Docs - [Architecture](https://moridb.sh/docs/concepts/architecture.md): How Mori's proxy intercepts, classifies, routes, and merges database operations. - [Components](https://moridb.sh/docs/concepts/components.md): The state structures that track divergence between production and shadow. - [Safety](https://moridb.sh/docs/concepts/safety.md): The multi-layer defense system that ensures production is never written to. - [Strategies](https://moridb.sh/docs/concepts/strategies.md): Exhaustive reference of how every type of database operation is classified, routed, and executed. - [Overview](https://moridb.sh/docs/configuration/engines.md): Supported database engines, wire protocols, and implementation details. - [Providers](https://moridb.sh/docs/configuration/providers.md): Supported cloud providers and managed database platforms. - [CockroachDB](https://moridb.sh/docs/engines/cockroachdb.md): CockroachDB engine — pgwire v3, thin adapter over PostgreSQL with CRDB-specific init. - [DuckDB](https://moridb.sh/docs/engines/duckdb.md): DuckDB engine — embedded analytical database exposed over pgwire, full file copy shadow. - [Firestore](https://moridb.sh/docs/engines/firestore.md): Firestore engine — gRPC protocol, document-level delta tracking, emulator shadow. - [MariaDB](https://moridb.sh/docs/engines/mariadb.md): MariaDB engine — thin adapter over MySQL with RETURNING support and MariaDB-specific tooling. - [MS SQL Server](https://moridb.sh/docs/engines/mssql.md): MSSQL engine — TDS protocol, regex classification, T-SQL support. - [MySQL](https://moridb.sh/docs/engines/mysql.md): MySQL engine — MySQL wire protocol, Vitess AST classification, full proxy pipeline. - [PostgreSQL](https://moridb.sh/docs/engines/postgres.md): PostgreSQL engine — pgwire v3, AST-based classification, full feature reference. - [Redis](https://moridb.sh/docs/engines/redis.md): Redis engine — RESP protocol, command-based classification, key-level delta tracking. - [SQLite](https://moridb.sh/docs/engines/sqlite.md): SQLite engine — embedded database exposed over pgwire, full file copy shadow. - [Introduction](https://moridb.sh/docs/introduction.md): Database virtualization with copy-on-write semantics. - [Quick Start](https://moridb.sh/docs/quickstart.md): Get Mori running in under 5 minutes. - [Compatibility Assessment](https://moridb.sh/docs/resources/compatibility.md): Ask your AI agent whether Mori is a good fit for your development workflow. - [Motivation](https://moridb.sh/docs/resources/motivation.md): Why database virtualization exists and the design trade-offs behind Mori. - [Name](https://moridb.sh/docs/resources/name.md): The meaning behind the name Mori. - [Roadmap](https://moridb.sh/docs/resources/roadmap.md): Planned features for Mori. - [Contact](https://moridb.sh/docs/support/contact.md): How to reach the Mori team. - [Contributing](https://moridb.sh/docs/support/contributing.md): How to contribute to Mori. - [Issues](https://moridb.sh/docs/support/issues.md): How to report bugs and request features. - [Sponsor](https://moridb.sh/docs/support/sponsor.md): How to support Mori's development. - [CLI](https://moridb.sh/docs/usage/cli.md): Complete reference for all Mori CLI commands and configuration. - [MCP Server](https://moridb.sh/docs/usage/mcp.md): Model Context Protocol server for AI agent integration. - [Ports](https://moridb.sh/docs/usage/ports.md): How Mori assigns and manages ports for the proxy, MCP server, and shadow containers. - [TUI Dashboard](https://moridb.sh/docs/usage/tui.md): Real-time terminal dashboard for monitoring Mori proxy activity. ## OpenAPI Specs - [openapi](https://moridb.sh/docs/api-reference/openapi.json)