SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

7
devel/sqlc/pkg/DESCR Normal file
View 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
View file

@ -0,0 +1 @@
@bin bin/sqlc