Skip to content
/ sqlc Public
forked from sqlc-dev/sqlc

Generate type-safe code from SQL

License

Notifications You must be signed in to change notification settings

gnuletik/sqlc

This branch is 850 commits behind sqlc-dev/sqlc:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 12, 2022
May 9, 2022
Aug 19, 2019
May 23, 2022
Mar 31, 2022
May 24, 2022
Sep 21, 2021
May 23, 2022
May 23, 2022
Apr 20, 2022
May 12, 2022
Jul 9, 2019
Mar 17, 2022
Mar 7, 2022
Mar 31, 2022
Aug 16, 2021
Aug 8, 2019
May 22, 2022
May 22, 2022
Aug 24, 2020

Repository files navigation

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.

About

Generate type-safe code from SQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.1%
  • ANTLR 1.7%
  • Other 0.2%