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

lomax: Implement third-party MySQL library support for OR mapping. #3

Open
simar7 opened this issue Dec 24, 2015 · 2 comments
Open

Comments

@simar7
Copy link
Contributor

simar7 commented Dec 24, 2015

We can re-use a lot of common mysql code between different forks/flavors of mysql by refactoring this out to a separate library.

@simar7 simar7 self-assigned this Dec 24, 2015
@simar7
Copy link
Contributor Author

simar7 commented Jan 4, 2016

I've found a bunch of libraries we can use to enhance connection handling with the mysql server. We should look into integrating these into lomax.

  1. gorp: https://github.com/go-gorp/gorp
  2. dbr: https://github.com/gocraft/dbr
  3. sqlx: https://github.com/jmoiron/sqlx

@simar7 simar7 changed the title Move over MySQL related code into a separate library. Implement third-party MySQL library support for OR mapping. Jan 4, 2016
simar7 added a commit that referenced this issue Jan 8, 2016
@simar7
Copy link
Contributor Author

simar7 commented Jan 27, 2016

This is low pri for now and is also a low hanging fruit in case someone wants to get involved with the lomax project.

@simar7 simar7 changed the title Implement third-party MySQL library support for OR mapping. lomax: Implement third-party MySQL library support for OR mapping. Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant