Overview
-
module DB-
module Postgres-
class AdapterA database adapter for connecting to PostgreSQL servers.
-
class ConnectionA high-level database connection that implements the standardized connection interface.
-
class ErrorAn error raised by the PostgreSQL adapter.
-
module NativeProvides FFI bindings to the native PostgreSQL client library (libpq).
-
class StringsHelper class for managing FFI string arrays.
-
class ConnectionA native FFI connection to the PostgreSQL client library.
-
class ResultA result set from a database query with row iteration and type casting.
-
module TypesProvides type converters for translating between PostgreSQL types and Ruby types.
-
class TextA text/string type converter.
-
class IntegerAn integer type converter.
-
class BooleanA boolean type converter.
-
class DecimalA decimal type converter.
-
class FloatA floating point type converter.
-
class SymbolA symbol/enum type converter.
-
class DateTimeA datetime/timestamp type converter.
-
class DateA date type converter.
-
class JSONA JSON type converter.
-
-
-
-