Class MySqlJdbcLiveAdapter

java.lang.Object
app.ductape.sdk.database.adapters.BaseAdapter
app.ductape.sdk.database.adapters.MySqlJdbcLiveAdapter
Direct Known Subclasses:
MariaDbJdbcLiveAdapter

public class MySqlJdbcLiveAdapter extends BaseAdapter
Real MySQL adapter via the MariaDB Connector/J driver (Go MySQLLiveAdapter / .NET MySqlConnectorLiveAdapter parity). The MariaDB driver is wire-protocol-compatible with MySQL and is used here instead of mysql-connector-j to avoid pulling a GPL-licensed dependency into the SDK. Plain JDBC Connection, no connection pool — the VPC connector tunnel local proxy only accepts a single TCP connection per connect() call, so pooling beyond 1 connection would be unusable anyway.