Open obucina opened 7 years ago
I'm using php 5.6 and apigility 1.5. Still only list the public schema tables. What option to get around this?
This repository has been closed and moved to laminas-api-tools/api-tools-admin-ui; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-admin-ui/issues/2.
When I try to create DB connected rest service using postgresql database, only tables/views from public scheme is visible.
Database contains multiple schemas with tables organiyed by functionality. DSN string is
DSN is pgsql:host=localhost;port=5433;dbname=taxi;