refactor(postgresql/insert): use withSchema

This commit is contained in:
Ali BARIN
2023-05-09 20:47:16 +00:00
parent 89752138be
commit 1fcd51ea26
2 changed files with 16 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ import auth from './auth';
import actions from './actions';
export default defineApp({
name: 'PostgreSQL database',
name: 'PostgreSQL',
key: 'postgresql',
iconUrl: '{BASE_URL}/apps/postgresql/assets/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/apps/postgresql/connection',