/
alt3rmann
/
graphql-engine
Обзор
Документация
Войти
/
alt3rmann
/
graphql-engine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
cli/pkg/deploy/testdata/projectV3/metadata/databases/databases.yaml
18 строк
504 B
Rikin Kachhia
cli: add option to apply seeds with the hasura deploy command
22 дек 2022, 10:56
22 дек 2022, 10:56
c256dce
Код
Авторство
О чём код?
- name: pg1 kind: postgres configuration: connection_info: database_url: from_env: HASURA_GRAPHQL_DATABASE_URL isolation_level: read-committed use_prepared_statements: false tables: "!include pg1/tables/tables.yaml" - name: pg2 kind: postgres configuration: connection_info: database_url: from_env: HASURA_GRAPHQL_DATABASE_URL isolation_level: read-committed use_prepared_statements: false tables: "!include pg2/tables/tables.yaml"