Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

Don't infer database type from name and support multiple connections #67

Closed gjm closed 5 years ago

gjm commented 5 years ago

AFAIK Prequel is inferring the database type from the connection name (mysql, pgsql, etc.). I can only specify one database connection, also.

In my case I have more than one database connection, all using the same driver (pgsql) but with different names. As such, when I try to access Prequel I get an error saying my database is not supported.

I would like to be able to use Prequel to manage all my connections. Am I missing something (namely some config option) that allows me to do so?

jacobshenning commented 5 years ago

@gjm Prequel 1.13 currently only supports one database connection. Multiple database connections is likely to come in the future, but has not been planned in any upcoming releases yet.

QuintenJustus commented 5 years ago

Closing as Jacob’s response answered correctly.