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.

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.

Manages database connection and executes SQL queries.

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.

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

Provides methods for executing queries and managing transactions.

Creates connection and database engine instances.

Database platform specific operations and reflection capabilities.

MS SQL database platform.

MySQL-like database platform.

Microsoft ODBC database platform.

Oracle database platform.

PostgreSQL database platform.

Microsoft SQL Server database platform.

SQLite database platform.

Base PDO database driver.

PDO MS SQL database driver.

PDO MySQL database driver.

PDO Oracle database driver.

PDO ODBC database driver.

PDO PostgreSQL database driver.

PDO SQL Server database driver.

PDO SQLite database driver.

Database query result set.

Manages database connection and executes SQL queries.

The foreign key constraint check failed.

Database utility functions.

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.

ResultSet deprecated
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.

Represents filtered table result.

Builds SQL queries for the Explorer layer.

The unique constraint check failed.