-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL server connection as a library? #28
Comments
Hey @artefactop , now I have to improve LedisDB and have no time for mixer, I built a lib here https://github.com/siddontang/go-mysql but do not maintain it. All my codes use MIT license, so you can use them freely, btw, why not try https://github.com/go-sql-driver/mysql ? |
Thanks @siddontang, what I'm looking for is a server interface of DB not the client |
👍 btw, I am very interested in what you do using server interface, maybe another proxy, or a database support mysql protocol and syntax? |
hi @artefactop , I try to build a MySQL lib with client and server https://github.com/siddontang/go-mysql , maybe can help you. Btw, I will use this to refactor mixer too. |
Hi,
I want use the MySQL connection part of this project for other purpose, have you think the possibility to move it to a library? If not, can I use your code for do it?
The text was updated successfully, but these errors were encountered: