-
Notifications
You must be signed in to change notification settings - Fork 9
feat: add postgresql #21
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
Conversation
|
Preview deployed successfully!
Built from commit 04dcf79 |
|
Should we have version for each postgres version thats in support? or just pin it to latest? |
|
yes, better to pin the version to prevent breaking changes on version bumps, will change it. |
|
@rjcndev i guess i meant it already is pinned at 16, but it lookes like v16, v17, and v18 are all in support from postgres so i think having templates for each makes sense, or thats where i was going with latest to keep the templates simple |
|
@kmendell ah yes, sorry its pinned at v16. definitely makes sense to make a template for each LTS version. I think we dont need to make a latest template because it will maybe break when there is a new major version, and you dont want that the system to make the upgrade of your database automatically, no? |
|
Me personally i get thrill out of fixing breaking changes LOL, but your right ill add 2 others for Postgres 17 and 18 |
Add PostgreSQL Database
https://www.postgresql.org/