-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 as a alternative db #349
Comments
No, a core feature that we use is postgresql json capabilities. Mysql does not have this. |
It is possible to make the project work with mysql but it would mean we have to implement some things inside the app that postgresql currently does for us (and does rather well). There are a lot of other issues we're dealing with now however, and mysql support would something for much later if at all. |
@ruslantalpa right now we use a cloud service which dose not support postgresql though |
@begriffs what fundamental Postgres-only features is postgrest exactly relying on? |
can we use dblink / fdw feature to hidden the underlying database such as oracle sqlserver mysql |
in order to support limited features for other Databases (Oracle, MySQL, etc...) is there any other approach? |
is there any possible to add add mysql as a alternative db
The text was updated successfully, but these errors were encountered: