Sqlc

Generate type-safe code from SQL
Alternatives To Sqlc
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Sqlc9,1131619 hours ago140July 31, 2023302mitGo
Generate type-safe code from SQL
Jooq5,6441,175317a day ago204June 23, 20231,918otherJava
jOOQ is the best way to write SQL in Java
Xo3,43128a month ago2April 16, 202142mitGo
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
Speedment2,071186 days ago48August 28, 202086apache-2.0Java
Speedment is a Stream ORM Java Toolkit and Runtime
Springbootcodegenerator1,691
15 days ago24mitJavaScript
又名大狼狗代码生成器,基于SpringBoot2+Freemarker的JAVA代码生成器,以释放双手为目的,支持mysql/oracle/pgsql三大数据库, 用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL等相关代码.
Jet1,54456 days ago32July 24, 202330apache-2.0Go
Type safe SQL builder with code generation and automatic query result data mapping
Go Queryset589
3 years ago17mitGo
100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood.
Gnorm4413a year ago3December 10, 202042otherJavaScript
A database-first code generator for any language
Dbtool292
a year ago2mitC#
数据库工具,根据表结构文档生成创建表sql,根据数据库表信息导出Model和表结构文档,根据文档生成数据库表,根据已有Model文件生成创建数据库表sql
Geco116
4 months ago9May 15, 20208apache-2.0C#
Simple code generator based on a console project, running on .Net core and using C# interpolated strings
Alternatives To Sqlc
Select To Compare


Alternative Project Comparisons
Readme

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.

Popular Sql Projects
Popular Code Generator Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Go
Kotlin
Mysql
Postgresql
Sql
Sqlite
Orm
Code Generator