/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/process_plugin_sqlc_gen_test/schema.sql
5 строк
119 B
Kyle Gray
feat(codegen): Allow plugins to access environment variables (#2669)
30 авг 2023, 00:36
Не верифицирован
30 авг 2023, 00:36
5e81d02
Код
Авторство
О чём код?
CREATE TABLE authors ( id BIGSERIAL PRIMARY KEY, name text NOT NULL, bio text );