-
Notifications
You must be signed in to change notification settings - Fork 16
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
Database driver adaptations mysql #38
base: master
Are you sure you want to change the base?
Conversation
feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL
da918d5
to
aa019fa
Compare
feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL feat:databaseDriverAdaptations - MySQL
aa019fa
to
6e90cab
Compare
I made some modifications on this basis.
|
And the dependency of mysql is placed in drivers/mysql.ts. Because in the future, driver/mysql will use dynamic import to avoid loading these dependencies when I use the postgres database. |
@tksilicon You can try to implement other drivers on this basis. Let's at least finish postgres |
Will do. |
I implemented MysqlClient based on the discussions of #32. Incorporated as much changes as I could. Take a look at it @manyuanrong. Other clients would be implemented if okay.