Registers database Connection, Structure, and Explorer services in the DI container.

Tracy Bar panel showing executed SQL queries with timing and EXPLAIN support.

A CHECK constraint check failed.

Manages database connection and executes SQL queries.

Failed to connect to the database server.

The connection to the server was lost during an operation (e.g. server restart, network failure, idle-timeout). A reconnect is needed before the connection can be used again.

A database constraint was violated.

Context deprecated

Provides naming conventions for database tables and columns.

Multiple matching columns found for a relationship reference.

Discovers database conventions based on table structure metadata.

Defines naming conventions for database structure using static patterns.

Immutable date-time value with JSON and string serialization support.

Deadlock or serialization failure detected by the server; the transaction was rolled back and can be retried.

Provides database-specific functionality.

Base class for all errors in the driver or SQL server.

Supplemental MS SQL database driver.

Supplemental MySQL database driver.

Supplemental Oracle database driver.

Supplemental ODBC database driver.

Supplemental PostgreSQL database driver.

Supplemental SQLite3 database driver.

Supplemental SQL Server 2005 and later database driver.

Provides high-level database layer with ActiveRow pattern.

The foreign key constraint check failed.

Database utility functions.

IConventions deprecated
IRow deprecated
IRowContainer deprecated

Provides cached reflection for database structure.

A lock wait exceeded the configured timeout. The statement was aborted, typically leaving the surrounding transaction alive.

The NOT NULL constraint check failed.

Provides database schema reflection.

Database table column metadata.

Database foreign key relationship.

Database table index.

Database table metadata including columns, indexes, and foreign keys.

Represents a database result set.

Row

Represents a single database table row.

SQL literal that will not be escaped.

Processes SQL queries with parameter substitution.

Provides database structure metadata with caching.

Represents database row with support for relations.

Represents filtered table grouped by referencing table.

IRow deprecated
IRowContainer deprecated

Represents filtered table result.

Builds SQL queries for the Explorer layer.

The unique constraint check failed.