-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add MySQL support for storage #200
Comments
Adding additional backends isn't in the immediate roadmap. But, because dex uses gorp to construct queries and sql-migrate for migrations, other SQL flavors should work. If you'd like to test MySQL or MSSQL server, I'm sure others would appreciate it! To test other drivers, you'd need to alter: |
I am pretty sure there are postgres specific features in there - some stuff But yeah, like Eric said, supporting other backends is not a priority for On Mon, Dec 7, 2015 at 9:30 AM Eric Chiang [email protected] wrote:
|
Check to make sure it's neccessary first. fixes dexidp#200
This is a first (completely untested) pass at mysql support: Early comments welcome. |
Cool! I'll go ahead and reopen this issue. Feel free to submit a PR if you'd like to run against travis, but I imagine there are some overall organizational changes to the code we're going to need to discuss. |
@ericchiang It's been a while and was wondering what happened to this? Are you still open to PRs for adding MySQL support for storage? |
#1485 ✅ |
we are a mysql and ms sql server based company ,we did not use postgresql.
so I want to know if there is any plan to support mysql and MSSQL server?
The text was updated successfully, but these errors were encountered: