Skip to content
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

Open
artefactop opened this issue Nov 10, 2014 · 4 comments
Open

MySQL server connection as a library? #28

artefactop opened this issue Nov 10, 2014 · 4 comments

Comments

@artefactop
Copy link

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?

@siddontang
Copy link
Owner

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 ?

@artefactop
Copy link
Author

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

@siddontang
Copy link
Owner

👍

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

@siddontang
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants