pgschema icon indicating copy to clipboard operation
pgschema copied to clipboard

PostgreSQL Schema manager for Laravel 5+

Results 3 pgschema issues
Sort by recently updated
recently updated
newest added

can you write even instruction for lumen configuration of this library.

Hi, I have an application which use two connections: - MySQL for local needs (connection "mysql") - PostgreSQL for getting remote data (connection "psql_tunnel") I use your package to work...