sqlc-dev / sqlc

Generate type-safe code from SQL

Home Page:https://sqlc.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Supported languages

Additional languages can be added via plugins.

Acknowledgments

sqlc was inspired by PugSQL and HugSQL.

About

Generate type-safe code from SQL

https://sqlc.dev

License:MIT License


Languages

Language:Go 96.6%Language:ANTLR 3.1%Language:Makefile 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Nix 0.0%