Prequel icon indicating copy to clipboard operation
Prequel copied to clipboard

Additional database type support

Open QuintenJustus opened this issue 6 years ago • 5 comments

Why I need your help

Currently I'm working on a lot of features, which included adding support for different database types namely postgresql but that takes a lot of time and keeps me from adding the other features. So because of the time it takes I'm inclined to push back db support to the release after the upcoming one. But then still, it takes a lot of time.

My request

Is anyone willing to help me out with adding support for sqlite and sqlserver?

Support so far

  • mysql by @QuintenJustus
  • pgsql by @M4ST3RX

QuintenJustus avatar Jul 15 '19 22:07 QuintenJustus

I have written the basics for postgresql support although this is the first time for me using pgsql and it only supports the public schema and the queries can take a long time on large databases (will be looking at making queries nicer over the weekend).

M4ST3RX avatar Jul 19 '19 10:07 M4ST3RX

Thanks a lot M4ST3RX! Let me know if you need help with anything!

QuintenJustus avatar Jul 19 '19 21:07 QuintenJustus

How can I make a pull request to dev branch so you can check the code?

M4ST3RX avatar Jul 20 '19 15:07 M4ST3RX

Create a new branch with your code, something like feature-pgsql-support, then commit all your code to your fork of Prequel. Then you can create a pull request here.

QuintenJustus avatar Jul 20 '19 15:07 QuintenJustus

Sqlite3 is a feature I was just about to request when I saw this. I will take a look then I guess and see if I can help with it but I'm afraid your package is mostly way over my head! It's massive, a lot of code for little old me! All that client side rendering and custom scss. It is quite magnificent. I need something like this for sqlite badly, with ability to create new sqlite databases|files|paths && connections. I've been trying to do something with adminer but it while it is a great standalone application, it doesn't use psr4 so integration with frameworks is painful. Cheers. I really admire what you are doing here.

inmanturbo avatar Feb 15 '20 22:02 inmanturbo