index
:
dhtsearch
master
next
DHT crawler and search in Go
UserSpace
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
github.com
/
jackc
/
pgx
/
examples
/
todo
/
structure.sql
blob: 567685d1f154887ff1f5f91c501f3fb8b618c595 (
plain
)
1
2
3
4
create
table
tasks
(
id
serial
primary
key
,
description
text
not
null
);