Version: 1.7.0, Package name: sqlc-1.7.0 |
Maintained by: Aaron Bieber |
Master sites: |
Description 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 |
Filesize: 559.99 KB |
Version History (View Complete History) |
|
2021-03-05 07:17:28 by Aaron Bieber | Files touched by this commit (2) |
Log message: Update sqlc to v1.7.0 |
2021-01-17 15:50:39 by Aaron Bieber | Files touched by this commit (2) |
Log message: Update sqlc to 1.6.0. Changes here: https://github.com/kyleconroy/sqlc/releases/tag/v1.6.0 |
2020-10-25 14:48:40 by Stuart Henderson | Files touched by this commit (1) |
Log message: sqlc fails on 32-bit, set ONLY_FOR_ARCHS |
2020-10-21 20:58:22 by Aaron Bieber | Files touched by this commit (2) |
Log message: Bump sqlc to 1.5.0 |
2020-04-17 17:59:50 by Stuart Henderson | Files touched by this commit (8) |
Log message: add a comment next to BROKEN-aarch64 to suggest trying removing it with the next update, hopefully vendored libs will be updated by then |
2020-04-14 15:38:00 by Stuart Henderson | Files touched by this commit (8) |
Log message: disable some golang ports on aarch64, failing builds mostly due to golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which suggests they have old vendored copies that don't include aarch64 support) |