sqlgen
sqlgen copied to clipboard
SQL code generator, no extra runtime cost! It's blazingly fast!!! πππ
Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.46.0 to 1.47.0. Release notes Sourced from github.com/samber/lo's releases. v1.47.0 What's Changed feat: Improve Substring by @βliujundezhanghao in samber/lo#496 doc: Wrong method reference and output in readme...
Pagination in SQL is quite tricky, required many boilerplate codes, we hope this package can cover that. - [x] ~Offset pagination~ - [ ] Cursor-based pagination
We should allow user to configure whether to generate the migration functionality, such as **CREATE TABLE**, **ALTER TABLE**, etc
Codegen doesn't work for many situation, for example the new SQL driver because the generated code logic is baked-in, this is hard to configure especially when we want to add...
Since we're parsing the go package, we should be able to check the custom type enum values.
Some model do not required to has mutation ability, beside we need to allow user to configure the model as readonly. Readonly model should only has following footprint : -...
Current release pipeline is broken, refer to this https://github.com/si3nloong/sqlgen/actions/runs/9816709845