polardb / polardbx-sql

PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.
Apache License 2.0
1.54k stars 326 forks source link

Golang driver #8

Closed batara666 closed 11 months ago

Oldbread3 commented 3 years ago

Just use Go-MySQL-Driver should be ok

batara666 commented 3 years ago

As far as i know, It's not thread safe

batara666 commented 3 years ago

you can't just close this issue

Oldbread3 commented 3 years ago

As far as i know, It's not thread safe

Not known for sure. But any golang driver works with MySQL, should be also works with PolarDB-X. Just use something you like:)

batara666 commented 3 years ago

Thankyou, will look and recommend you another driver

Oldbread3 commented 3 years ago

you can't just close this issue

Sorry for that. Cause PolarDB-X is MySQL compatible, so we do not need special driver, also not know much about golang driver for mysql.