-
Notifications
You must be signed in to change notification settings - Fork 133
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 PostgreSQL #36
Comments
Oh yeah! High on my list as well. Difficult to do since I'm not having a good PostgreSQL setup here at the moment. |
What do you need, or what is your testing environment so I can prepare a PostgreSQL deployment for you? Would like to lend a hand :) |
Help would be hugely appreciated. Right now I only have a Ubuntu 18.04 with mysql 5.7 setup. Haven't ever set up postgresql for personal use. So even though this one probably will be very minor to test it would be a challenge for me. |
Well these are some easy steps to get a PostgreSQL 12 up and running on Ubuntu 18.04: This block will import GPG keys and add PG12 repos, then install:
It should have started up, just check with:
as usually. From here, it becomes quite similar to MySQL (just better? :D)
Aaaaand you are good to go :) |
Really cool package, I see a huge potential here !
Let's keep it rolling :)
Model edition or features alike are not working, because commands like 'describe' do not exist on PostgreSQL
The text was updated successfully, but these errors were encountered: