sqlboiler icon indicating copy to clipboard operation
sqlboiler copied to clipboard

Generate a Go ORM tailored to your database schema.

Results 114 sqlboiler issues
Sort by recently updated
recently updated
newest added

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`)? 4.16.1 ### What is your...

bug

### What version of SQLBoiler are you using (`sqlboiler --version`)? - SQLBoiler v4.16.2 ### What is your database and version (eg. Postgresql 10) - MariaDB 10.6.16 ### If this happened...

print progress bar

enhancement
help wanted
feature request

There's `Count` method that is generated for a table: ```go Count(ctx context.Context, exec boil.ContextExecutor) (int64, error) // performs COUNT(*) ``` It'd be useful to have `CountDistinct` method: ```go CountDistinct(ctx context.Context,...

enhancement
help wanted