Liking cljdoc? Tell your friends :D

wagoe.platform.shell.adapters.database.postgresql.core

PostgreSQL database adapter implementing the DBAdapter protocol.

This namespace provides PostgreSQL-specific functionality for production database deployments. PostgreSQL is a powerful, open-source relational database system with advanced features and excellent performance.

Key Features:

  • Case-insensitive string matching with ILIKE
  • Native boolean support
  • Advanced SQL features and data types
  • Robust transaction support
  • Excellent performance and scalability

The adapter delegates to specialized modules for:

  • Connection management (postgresql.connection)
  • Query building (postgresql.query)
  • Metadata operations (postgresql.metadata)
  • Utility functions (postgresql.utils)
PostgreSQL database adapter implementing the DBAdapter protocol.

This namespace provides PostgreSQL-specific functionality for production
database deployments. PostgreSQL is a powerful, open-source relational
database system with advanced features and excellent performance.

Key Features:
- Case-insensitive string matching with ILIKE
- Native boolean support
- Advanced SQL features and data types
- Robust transaction support
- Excellent performance and scalability

The adapter delegates to specialized modules for:
- Connection management (postgresql.connection)
- Query building (postgresql.query)
- Metadata operations (postgresql.metadata)
- Utility functions (postgresql.utils)
raw docstring

active-connectionsclj

source

analyze-tableclj

source

bigserial-primary-keyclj

source

boolean-column-typeclj

source

connection-infoclj

source

create-database-urlclj

source

enable-extensionclj

source

explain-queryclj

source

list-extensionsclj

source

new-adapterclj

(new-adapter)

Create new PostgreSQL adapter instance.

Returns: PostgreSQL adapter implementing DBAdapter protocol

Create new PostgreSQL adapter instance.

Returns:
  PostgreSQL adapter implementing DBAdapter protocol
sourceraw docstring

serial-primary-keyclj

source

timestamp-column-typeclj

source

uuid-column-typeclj

source

vacuum-tableclj

source

varchar-uuid-column-typeclj

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close