Aucune description

Kyle Conroy 76443b6669 vet: Prepare queries against a live database il y a 1 an
.devcontainer d460c5d1ee Upgrade to Go 1.20 (#2105) il y a 1 an
.github bbb5457268 build: Run govulncheck on all builds (#2372) il y a 1 an
cmd dc85f43cdd feat: Codegen plugins, powered by WASM (#1684) il y a 2 ans
docs 81b5dbe245 docs: Update query_parameter_limit documentation (#2374) il y a 1 an
examples 76443b6669 vet: Prepare queries against a live database il y a 1 an
internal 76443b6669 vet: Prepare queries against a live database il y a 1 an
pkg 6cea18db4b add pkg/cli package (#1204) il y a 3 ans
protos c30b56a96a cmd/vet: Create a separate config struct il y a 1 an
scripts 8157b67eeb Report test results to BuildKite (#2075) il y a 1 an
.gitignore b09ddb7d14 build: Configure dependencies via devenv.sh (#2319) il y a 1 an
.readthedocs.yaml 1663392017 docs: Add a ReadTheDocs config file (#2327) il y a 1 an
Dockerfile d4fe46fbd6 build(deps): bump golang from 1.20.4 to 1.20.5 (#2301) il y a 1 an
LICENSE c1121ba320 Initial open source commit il y a 5 ans
Makefile 3872990d88 feat: Add remote execution for codegen (#2214) il y a 1 an
README.md 62a3e315a7 Update README.md (#2155) il y a 1 an
buf.gen.yaml 5096a9fb39 Update bufbuild plugin references (#2253) il y a 1 an
buf.lock da6fe0a21f protos: Add missing field name (#2354) il y a 1 an
buf.work.yaml 6eb27c005c setup bufbuild to generate proto (#1974) il y a 1 an
buf.yaml e2051225bc python: Use latest version of sqlc-gen-python (#2355) il y a 1 an
cliff.toml 053b9c8d9c docs: Include scope in changelog format (#1521) il y a 2 ans
devenv.lock b09ddb7d14 build: Configure dependencies via devenv.sh (#2319) il y a 1 an
devenv.nix bbb5457268 build: Run govulncheck on all builds (#2372) il y a 1 an
devenv.yaml b09ddb7d14 build: Configure dependencies via devenv.sh (#2319) il y a 1 an
docker-compose.yml aeb335a313 improve mysql container support (#1711) il y a 2 ans
equinox.pub 91d9f0a99b Automatically deploy master to Equinox (#46) il y a 5 ans
go.mod 76443b6669 vet: Prepare queries against a live database il y a 1 an
go.sum 76443b6669 vet: Prepare queries against a live database il y a 1 an
placeholder.go b6b5ae44f2 Compile the sql/ast and sql/ast/pg packages into one (#673) il y a 4 ans

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, and the introductory blog post for the motivation behind sqlc.

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.