sqlboiler
sqlboiler copied to clipboard
Generate a Go ORM tailored to your database schema.
I see that the project has been put into "maintenance" mode, but there are still a lot of projects that rely on sqlboiler (as evidenced by the nearly 7k stars...
Demonstrates what looks like a buffer-reuse (overwrite) bug when reading query results into `types.JSON` values.
If you're having a generation problem please answer these questions before submitting your issue. Thanks! ### What version of SQLBoiler are you using (`sqlboiler --version`)? `SQLBoiler v4.16.1` ### What is...
when primary and foreign key is []byte, transfer []byte to string for map key. This PR also fixes the binary foreign key error in the mysql test schema.
### What version of SQLBoiler are you using (`sqlboiler --version`)? 4.16.2 ### What is your database and version (eg. Postgresql 10) mysql8 ### If this happened at generation time what...