Sin descripción

Kyle Conroy ee3f21f232 Make fmt hace 2 años
.github a615c2ba7c build: Remove devel Docker build hace 2 años
cmd 4ffadfb6e7 Fix name in go.mod (#64) hace 5 años
docs be567491bf Fixed typo in select.md (#1378) hace 2 años
examples ee3f21f232 Make fmt hace 2 años
internal ee3f21f232 Make fmt hace 2 años
pkg 6cea18db4b add pkg/cli package (#1204) hace 3 años
protos ee3f21f232 Make fmt hace 2 años
scripts 31143391cd When using pgx, map numeric types to pgtype.Numeric (#1143) hace 3 años
.gitignore 7141539736 mysql update docs with env vars, update test with json field, fill cleanup function wip see why error happens unkown json type with mysql engine (#742) hace 3 años
Dockerfile cea14202aa build(deps): bump golang from 1.17.5 to 1.17.6 (#1369) hace 2 años
LICENSE c1121ba320 Initial open source commit hace 5 años
Makefile ee3f21f232 Make fmt hace 2 años
README.md b0989e152a Add Context to the list of sponsors (#1306) hace 2 años
cliff.toml 2cd18f5940 Changelog with Git Cliff (#1307) hace 2 años
docker-compose.yml 481f8927a8 Remove MYSQL_USER and MYSQL_PASSWORD from docker-compose.yaml (#1123) hace 3 años
equinox.pub 91d9f0a99b Automatically deploy master to Equinox (#46) hace 5 años
go.mod 3edeba80ca feat(postgres): Add support for sql.NullInt16 (#1376) hace 2 años
go.sum 117b5ec7e1 build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1343) hace 2 años
placeholder.go b6b5ae44f2 Compile the sql/ast and sql/ast/pg packages into one (#673) hace 4 años

README.md

sqlc: A SQL Compiler

go Go Report Card

sqlc generates type-safe code from SQL. Here's how it works:

  1. You write queries in SQL.
  2. You run sqlc to generate code with type-safe interfaces to those queries.
  3. You write application code that calls the generated code.

Check out an interactive example to see it in action.

Overview

Sponsors

sqlc development is funded by our generous sponsors, including the following companies:

If you use sqlc at your company, please consider becoming a sponsor today.

Sponsors receive priority support via the sqlc Slack organization.

Acknowledgements

sqlc was inspired by PugSQL and HugSQL.