Nav apraksta

Kyle Conroy 90747360b6 postgresql: Run sqlc-pg-gen against PostgreSQL 15 2 gadi atpakaļ
.devcontainer 7bc9d1698e build: Fix devcontainer (#1942) 2 gadi atpakaļ
.github 2d28ea33b3 build: Run sqlc-pg-gen via GitHub Actions (#1944) 2 gadi atpakaļ
cmd dc85f43cdd feat: Codegen plugins, powered by WASM (#1684) 2 gadi atpakaļ
docs d5f2dc1b21 Update language-support.rst (#1937) 2 gadi atpakaļ
examples 89922d459c cmd/sqlc: Bump to v1.16.0 (#1934) 2 gadi atpakaļ
internal 90747360b6 postgresql: Run sqlc-pg-gen against PostgreSQL 15 2 gadi atpakaļ
pkg 6cea18db4b add pkg/cli package (#1204) 3 gadi atpakaļ
protos 7130e108e7 codegen: Remove built-in Python support (#1936) 2 gadi atpakaļ
scripts 9c3a985397 internal/codegen: add Enum.Valid and AllEnumValues (#1613) 2 gadi atpakaļ
.gitignore 04c6c90d59 Pydantic models config field (#1538) 2 gadi atpakaļ
Dockerfile 1f3aec6d11 docker: Change ENTRYPOINT to CMD (#1943) 2 gadi atpakaļ
LICENSE c1121ba320 Initial open source commit 5 gadi atpakaļ
Makefile 7130e108e7 codegen: Remove built-in Python support (#1936) 2 gadi atpakaļ
README.md ff06f10b3c Update README.md 2 gadi atpakaļ
cliff.toml 053b9c8d9c docs: Include scope in changelog format (#1521) 2 gadi atpakaļ
docker-compose.yml aeb335a313 improve mysql container support (#1711) 2 gadi atpakaļ
equinox.pub 91d9f0a99b Automatically deploy master to Equinox (#46) 5 gadi atpakaļ
go.mod 71dd9284cf build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#1909) 2 gadi atpakaļ
go.sum 71dd9284cf build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#1909) 2 gadi atpakaļ
placeholder.go b6b5ae44f2 Compile the sql/ast and sql/ast/pg packages into one (#673) 4 gadi atpakaļ

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.