MySQL connection management utilities.
MySQL connection management utilities.
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:
The adapter delegates to specialized modules for:
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 metadata and table introspection utilities.
MySQL metadata and table introspection utilities.
MySQL query building utilities.
MySQL query building utilities.
MySQL utility functions and DDL helpers.
MySQL utility functions and DDL helpers.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |