mixer icon indicating copy to clipboard operation
mixer copied to clipboard

MySQL server connection as a library?

Open artefactop opened this issue 10 years ago • 4 comments

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?

artefactop avatar Nov 10 '14 14:11 artefactop

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 ?

siddontang avatar Nov 10 '14 14:11 siddontang

Thanks @siddontang, what I'm looking for is a server interface of DB not the client

artefactop avatar Nov 10 '14 15:11 artefactop

:+1:

btw, I am very interested in what you do using server interface, maybe another proxy, or a database support mysql protocol and syntax?

siddontang avatar Nov 11 '14 00:11 siddontang

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.

siddontang avatar Dec 10 '14 06:12 siddontang