sqlgen icon indicating copy to clipboard operation
sqlgen copied to clipboard

SQL code generator, no extra runtime cost! It's blazingly fast!!! πŸš€πŸš€πŸš€

Results 18 sqlgen issues
Sort by recently updated
recently updated
newest added

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...

dependencies
go

Pagination in SQL is quite tricky, required many boilerplate codes, we hope this package can cover that. - [x] ~Offset pagination~ - [ ] Cursor-based pagination

enhancement
go

We should allow user to configure whether to generate the migration functionality, such as **CREATE TABLE**, **ALTER TABLE**, etc

enhancement

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...

breaking change

Since we're parsing the go package, we should be able to check the custom type enum values.

enhancement

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 : -...

enhancement

To debug and check what output files has been created

enhancement
good first issue

Current release pipeline is broken, refer to this https://github.com/si3nloong/sqlgen/actions/runs/9816709845

bug