/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/overrides_nullable/postgresql/stdlib/sqlc.json
28 строк
513 B
Kyle Gray
test(endtoend): Split shema and queries (#2803)
04 окт 2023, 19:13
Не верифицирован
04 окт 2023, 19:13
5664224
Код
Авторство
О чём код?
{ "version": "1", "packages": [ { "path": "go", "engine": "postgresql", "name": "querytest", "schema": "schema.sql", "queries": "query.sql" } ], "overrides": [ { "db_type": "name", "go_type": "github.com/jackc/pgtype.Name" }, { "db_type": "name", "go_type": "github.com/jackc/pgtype.Name", "nullable": true }, { "db_type": "text", "go_type": "github.com/jackc/pgtype.Text", "null": true } ] }