sqlize
SQL generator
A toolkit for parsing and generating SQL code in Go
powerful SQL toolkit; offering parsing, building, and migration capabilities.
107 stars
3 watching
12 forks
Language: Go
last commit: about 2 months ago
Linked from 2 awesome lists
arvo-schemamermaidjsmigrationmysqlpostgresqlsql-migrationsqlite
Related projects:
Repository | Description | Stars |
---|---|---|
go-the-way/sg | A Go library for generating standard SQL queries | 6 |
kesonan/sqlgen | Automates code generation for Go-based SQL libraries from MySQL queries | 84 |
elgris/sqrl | A Go-based library for building and executing SQL queries with fluent syntax. | 279 |
seancorfield/honeysql | A Clojure library that converts Clojure data structures into SQL | 1,780 |
didi/gendry | A Go library for building and parameterizing SQL queries in a flexible and reusable way. | 1,622 |
mafulong/godal | Tools for generating Golang code from SQL definitions | 18 |
boiawang/sequelize-db-export-import | A tool to generate or import models from a MySQL database using Sequelize | 26 |
simukti/sqldb-logger | A logger for Go SQL databases without modifying the existing standard library usage. | 364 |
sqls-server/sqls | A tool that provides advanced intelligence for editing SQL code in various databases. | 1,023 |
tatut/specql | A Clojure library that generates and executes common PostgreSQL queries with minimal boilerplate code. | 132 |
aldy505/bob | A Go library for constructing and building SQL queries in a type-safe manner. | 17 |
bokwoon95/go-structured-query | Automates the creation and execution of SQL queries to simplify data access and mapping | 196 |
stephenafamo/bob | A toolset providing a query builder and ORM/Factory generator for databases using Go. | 825 |
ruimarinho/sequelize-sql-tag | A template tag for generating parameterized SQL queries using Sequelize | 1 |
huandu/go-sqlbuilder | A flexible and powerful SQL string builder library with a zero-config ORM. | 1,477 |