Liking cljdoc? Tell your friends :D

wagoe.platform.shell.adapters.database.postgresql.connection

PostgreSQL connection management utilities.

PostgreSQL connection management utilities.
raw docstring

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

wagoe.platform.shell.adapters.database.postgresql.metadata

PostgreSQL metadata and table introspection utilities.

PostgreSQL metadata and table introspection utilities.
raw docstring

wagoe.platform.shell.adapters.database.postgresql.query

PostgreSQL query building utilities.

PostgreSQL query building utilities.
raw docstring

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