zfcampus / zf-apigility-admin-ui

UI code for Apiglity Admin
BSD 3-Clause "New" or "Revised" License
39 stars 37 forks source link

DBConnected REST service creator shows only tables/views from public schema on Postgre #142

Open obucina opened 7 years ago

obucina commented 7 years ago

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;

arcanosam commented 5 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?

weierophinney commented 4 years ago

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.