We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
Originally posted by @obucinac at zfcampus/zf-apigility-admin-ui#142
The text was updated successfully, but these errors were encountered:
I'm using php 5.6 and apigility 1.5. Still only list the public schema tables. What option to get around this?
Originally posted by @arcanosam at zfcampus/zf-apigility-admin-ui#142 (comment)
Sorry, something went wrong.
No branches or pull requests
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;
Originally posted by @obucinac at zfcampus/zf-apigility-admin-ui#142
The text was updated successfully, but these errors were encountered: