Module mysql.driver
ballerinax/mysql.driver Ballerina library
1.8.0
Package overview
This Package bundles the latest MySQL driver so that mysql connector can be used in ballerina projects easily.
Compatibility
Version | |
---|---|
Ballerina Language | 2201.8.0 |
MySQL Driver* | 8.2.0 |
*MySQL Connector/J 8.0 is released under GPLv2 License.
Usage
To add the MySQL driver dependency the project simply import the module as below,
import ballerina/sql; import ballerinax/mysql; import ballerinax/mysql.driver as _;
Report issues
To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina standard library parent repository.
Useful Links
- Chat live with us via our Discord server.
- Post all technical questions on Stack Overflow with the #ballerina tag.