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

muzzapp/sqlc

This branch is 5 commits ahead of, 82 commits behind sqlc-dev/sqlc:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ahmad Berahman
Sep 3, 2024
ef78177 · Sep 3, 2024
Sep 3, 2024
Oct 11, 2023
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Nov 21, 2023
Sep 3, 2024
Aug 28, 2023
Jun 14, 2023
Jul 8, 2024
Jul 16, 2024
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Jun 21, 2023
Dec 2, 2022
Sep 3, 2024
Sep 6, 2023
Oct 11, 2023
Jun 9, 2023
Apr 4, 2024
Sep 3, 2024
May 13, 2024
Sep 3, 2024
Sep 3, 2024

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

Overview

Supported languages

Additional languages can be added via plugins.

Sponsors

Development is possible thanks to our sponsors. If you would like to support sqlc, please consider sponsoring on GitHub.

Riza.io

Coder.com Mint.fun Mux.com

Cyberax - NaNuNaNu - Stumble - WestfalNamur - alecthomas - cameronnewman - danielbprice - davherrmann - dvob - gilcrest - gzuidhof - jeffreylo - mmcloughlin - ryohei1216 - sgielen

About

Generate type-safe code from SQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.6%
  • ANTLR 3.1%
  • Other 0.3%