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

EASY ONE: SQLX not passing sql.Drivers() through #904

Open
jsshapiro opened this issue Nov 27, 2023 · 0 comments
Open

EASY ONE: SQLX not passing sql.Drivers() through #904

jsshapiro opened this issue Nov 27, 2023 · 0 comments

Comments

@jsshapiro
Copy link

Just found that I needed to import the database/sql package in order to get access to the list of registered drivers via sql.Dtivers().

I may have misunderstood, but I thought the goal for SQLX was to be a drop-in replacement. Is it possible that this was added to database/sql and was not noticed?

database/sql: version unknown (go 1.21)
jmoiron/sqlx: v1.3.5

Thanks

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

1 participant