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)
(new-adapter)Create new MySQL adapter instance.
Returns: MySQL adapter implementing DBAdapter protocol
Create new MySQL adapter instance. Returns: MySQL adapter implementing DBAdapter protocol
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 |