Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Remove imported database drivers #5

Open
titpetric opened this issue Aug 28, 2019 · 1 comment
Open

Remove imported database drivers #5

titpetric opened this issue Aug 28, 2019 · 1 comment

Comments

@titpetric
Copy link
Owner

While supporting pgsql/sqlite/mysql, we don't need (or want) to bundle the drivers for them. E.g. there are multiple choices for drivers for any given database, and a mysql driver may not be the one which is currently bundled. Since the driver registration api is done with init(), that becomes a bit of a mess.

Fix: remove bundled database drivers

@titpetric
Copy link
Owner Author

We still need to import mysql, as we use MYSQLError (wouldn't like to resort to parsing it)

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

No branches or pull requests

1 participant