Skip to content
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

Support for PostgreSQL and SQL Server #13

Open
gerritsangel opened this issue Apr 30, 2018 · 0 comments
Open

Support for PostgreSQL and SQL Server #13

gerritsangel opened this issue Apr 30, 2018 · 0 comments

Comments

@gerritsangel
Copy link

Many companies use MS SQL Server, so this should be supported. While adding support for it, PostgreSQL should also be supported, because it is vastly superior to MySQL.

This should be no big deal, as Spring Data JPA and Hibernate are database independent. The only thing to note is to split schema.sql to schema-{platform}.sql and create different profiles for each database (mysql, postgresql, sqlserver). We can then just include the mysql profile in the dev and prod profile and voilà.

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

No branches or pull requests

2 participants