jet
jet copied to clipboard
Type safe SQL builder with code generation and automatic query result data mapping
**Is your feature request related to a problem? Please describe.** I have a few tables with unique indexes and I use a function to check the error against its error...
**Is your feature request related to a problem? Please describe.** I wanted to generate models for a few tables in a big database. I understand that there is the `-ignore-tables`...
Hi Is it possible to use my own struct as the dest to `stmt.Query(db, &dest)`? Currently as the dest is different than my domain struct, I have to copy all...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] As title, support the...
Bumps [github.com/shopspring/decimal](https://github.com/shopspring/decimal) from 1.3.1 to 1.4.0. Release notes Sourced from github.com/shopspring/decimal's releases. v1.4.0 Full Changelog can be found in CHANGELOG.md New Contributors @VadimKulagin made their first contribution in shopspring/decimal#278 @CAEL0...
I'm coming from TypeScript environment, and [Kysely](https://kysely.dev/) is by far the best SQL builder in TypeScript. The only 2 things that make it great is is Type safety in SQL...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.8.0 to 1.8.1. Release notes Sourced from github.com/go-sql-driver/mysql's releases. v1.8.1 What's Changed Bugfixes: fix race condition when context is canceled in #1562 and #1570 Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1...
**Describe the bug** I have a project that uses [Postgis](https://postgis.net) to handle geospatial data. The issue is that columns using any Postgis types are generated with the `postgres.ColumnString` type. So...
**Describe the bug** I'm not able to get `alias` tag to work. **Environment (please complete the following information):** - OS: Mac OSX - Database: postgres - Database driver: pgx -...
**Describe the bug** When using a combination of a long table and column name Jet fails to map the field to the corresponding struct field resulting in missing data. If...