Add MySQL support #37
Rustin170506
started this conversation in
Ideas
Replies: 1 comment
-
Someone in Discord is working on implementing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m very interested in expanding it to include additional SQL databases.
@carllerche Do you have any suggestions? Should I try it now, or wait until the driver API and other APIs are more stable? Additionally, do you have any guidance or recommended steps for adding a new database?
I also have a question about dependencies. It seems we’re using
rusqlite
as the dependency for the SQLite driver. If we want to support more databases, should we consider switching tosqlx
to cover most databases?Beta Was this translation helpful? Give feedback.
All reactions