nhost / hasura-backend-plus

🔑Auth and 📦Storage for Hasura. The quickest way to get Auth and Storage working for your next app based on Hasura.
https://nhost.github.io/hasura-backend-plus/
MIT License
1.17k stars 187 forks source link

HBP with DBs other than postgresql e.g. MSSQL #607

Closed plmercereau closed 3 years ago

plmercereau commented 3 years ago

Playing the devil's advocate here. HBP now runs migrations in connecting directly to PostgreSQL instead of using the built-in Hasura migration system. It implies HBP would not work with other DBs than Postgres, or that we will need to re-write migrations for MSSQL and each DB system Hasura would set in the future.

elitan commented 3 years ago

We’ve decided to only fix bugs and refactors on Hasura Backend Plus from now on because we’re working on a new auth + storage service for Hasura. Currently, these new repos are private but will be open-sourced soon.


We’ll have your issue in mind when developing the new services. So thanks for filing this issue


This means I’ll close this issue for now.