Overview
-
module DB
-
module Adapters
A global map of registered adapters.
-
class Client
Binds a connection pool to the specified adapter.
-
module Context
Provides context for database operations including sessions and transactions.
-
class Session
A connected context for sending queries and reading results.
-
class Transaction
A database transaction context that extends Session with transaction management capabilities.
-
-
class Features
Standardized feature detection for database adapters.
-
class Identifier
Represents one or more identifiers for databases, tables or columns.
-
class Query
A mutable query builder.
-
class Records
A buffer of records.
-