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

Create a more generic SQLmoodule with support for other DB engines #145

Closed
luisdavim opened this issue Dec 28, 2023 · 1 comment · Fixed by #148
Closed

Create a more generic SQLmoodule with support for other DB engines #145

luisdavim opened this issue Dec 28, 2023 · 1 comment · Fixed by #148

Comments

@luisdavim
Copy link
Contributor

using:

import (
	_ "github.com/go-sql-driver/mysql"
	_ "github.com/lib/pq"
	_ "github.com/microsoft/go-mssqldb"
)

we could creat a more generig SQL module that would support PostgreSQL, MySQL and MSSQL...

@myzie
Copy link
Collaborator

myzie commented Dec 29, 2023

Agreed.

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

Successfully merging a pull request may close this issue.

2 participants