Skip to content
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

Additional database type support #46

Open
QuintenJustus opened this issue Jul 15, 2019 · 5 comments
Open

Additional database type support #46

QuintenJustus opened this issue Jul 15, 2019 · 5 comments
Labels
FEATURE New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@QuintenJustus
Copy link
Member

QuintenJustus commented Jul 15, 2019

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

@QuintenJustus QuintenJustus added FEATURE New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 15, 2019
@M4ST3RX
Copy link
Collaborator

M4ST3RX commented Jul 19, 2019

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).

@QuintenJustus
Copy link
Member Author

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

@M4ST3RX
Copy link
Collaborator

M4ST3RX commented Jul 20, 2019

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

@QuintenJustus
Copy link
Member Author

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.

@inmanturbo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants