* Add PostgreSQL schema support to SQL connector - Add schema configuration option to PostgreSQL connector - Update SQL queries to filter by specified schema - Add schema input field to frontend connection modal (PostgreSQL only) - Default to 'public' schema when no custom schema specified - Add getQualifiedTableName() method for schema.table format * Fix code formatting after linting * Update Postgresql.js * add back removal of ending curly brace * Update Postgresql.js * add back removal of ending curly brace (again?) --------- Co-authored-by: timothycarambat <rambat1010@gmail.com> |
||
|---|---|---|
| .. | ||
| __tests__/utils | ||
| endpoints | ||
| jobs | ||
| models | ||
| prisma | ||
| storage | ||
| swagger | ||
| utils | ||
| .env.example | ||
| .flowconfig | ||
| .gitignore | ||
| .nvmrc | ||
| index.js | ||
| jsconfig.json | ||
| nodemon.json | ||
| package.json | ||
| yarn.lock | ||