Liking cljdoc? Tell your friends :D

wagoe.platform.shell.adapters.database.mysql.core

MySQL database adapter implementing the DBAdapter protocol.

This namespace provides MySQL-specific functionality for production database deployments. MySQL is a widely-used, reliable relational database system with good performance and broad compatibility.

Key Features:

  • LIKE-based string matching (case-insensitive by default)
  • Boolean values stored as TINYINT(1)
  • Robust connection handling with proper SSL configuration
  • Timezone and SQL mode configuration for consistency
  • Connection pool tuning for server workloads

The adapter delegates to specialized modules for:

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

This namespace provides MySQL-specific functionality for production
database deployments. MySQL is a widely-used, reliable relational
database system with good performance and broad compatibility.

Key Features:
- LIKE-based string matching (case-insensitive by default)
- Boolean values stored as TINYINT(1)
- Robust connection handling with proper SSL configuration
- Timezone and SQL mode configuration for consistency
- Connection pool tuning for server workloads

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

wagoe.platform.shell.adapters.database.mysql.metadata

MySQL metadata and table introspection utilities.

MySQL metadata and table introspection 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