Why doesn’t PG convert to Git for development?
PostgreSQL database in repository
Videos
I simply find it a bit bizarre that in the age of issues, mentions, reactions, branches, CI, MRs/PRs and such, Postgres somehow gets by with email chains and mailing patches around. Am I crazy, or does this sound like a bit of a flaw when even GitHub has been around for a decade and a half.
I mean obviously, it works and it works well. But I certainly feel like a switch would help get the community involved in fixing minor bugs as the barrier to contributing is relatively high now (at least in terms of needing to figure out the unusual process).
Apologies for the somewhat unfitting flair, I’m surprised there’s no “Discussion”
Edit: should have been made clear in the title but I of course meant GitHub/Gitlab style collaboration/workflow tools, not the git command line tool.
Hi, I’m a beginner at web development so I’m sorry for the dumb question but I recently made a project for a course I’m following that made use of a database I had created in PostgreSQL.
Now, I want to ask, if I want to upload this project on Github, how do I upload the database or the PostgreSQL content I used? What would be the right way of adding a project like that on my Github?