Type safe SQL builder with code generation and automatic query result data mapping

cockroachdb code-completion code-generator codegenerator database datamapper golang mariadb mysql postgres postgresql sql sql-builder sql-queries sql-query sql-query-builder sqlbuilder sqlite typesafe typesafety
2 Open Issues Need Help Last updated: Jun 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix a bug in the Jet SQL builder's schema serializer for PostgreSQL. Currently, schemas starting with a number are not properly quoted, leading to incorrect SQL generation. The solution requires modifying the serializer to correctly quote schema names that begin with a digit, ensuring compatibility with PostgreSQL's syntax.

Complexity: 3/5
bug good first issue

Type safe SQL builder with code generation and automatic query result data mapping

Go
#cockroachdb#code-completion#code-generator#codegenerator#database#datamapper#golang#mariadb#mysql#postgres#postgresql#sql#sql-builder#sql-queries#sql-query#sql-query-builder#sqlbuilder#sqlite#typesafe#typesafety

AI Summary: The task is to remove the `/examples/` directory from the Go module's distribution to prevent syntax completion issues caused by its inclusion. This involves adding a `go.mod` file to the `/examples/` directory to make it a separate module, thus excluding it from the main library's distribution.

Complexity: 2/5
bug good first issue

Type safe SQL builder with code generation and automatic query result data mapping

Go
#cockroachdb#code-completion#code-generator#codegenerator#database#datamapper#golang#mariadb#mysql#postgres#postgresql#sql#sql-builder#sql-queries#sql-query#sql-query-builder#sqlbuilder#sqlite#typesafe#typesafety