index
:
stash
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
database
/
query
/
kinds.sql
blob: 91917f37935367f034bf9c7d6cf3b3b9e4ae041b (
plain
)
1
2
-- name: GetKinds :many
SELECT
*
FROM
kinds
;