...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
jackc
/
pgx
/
v5
/
examples
/
todo
/
structure.sql
Documentation:
github.com/jackc/pgx/v5/examples/todo
1
create table tasks (
2
id serial primary key,
3
description text not null
4
);
View as plain text