mixer
mixer copied to clipboard
MySQL server connection as a library?
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?
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
:+1:
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.