SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
devel/sqlc/pkg/DESCR
Normal file
7
devel/sqlc/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
sqlc generates fully type-safe idiomatic Go code from SQL. Here's how it
|
||||
works:
|
||||
|
||||
1. You write SQL queries
|
||||
2. You run sqlc to generate Go code that presents type-safe interfaces to
|
||||
those queries
|
||||
3. You write application code that calls the methods sqlc generated
|
1
devel/sqlc/pkg/PLIST
Normal file
1
devel/sqlc/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@bin bin/sqlc
|
Loading…
Add table
Add a link
Reference in a new issue