typo
typo copied to clipboard
Typed Postgresql integration for Scala. Hopes to avoid typos
The `typo` generated string enums are really nice. They would eliminate our need to use `enumeratum`, and of course have the very fast inlined-implicit doobie definitions. We make a lot...
Tracking issue for [Doobie rc6](https://github.com/typelevel/doobie/releases/tag/v1.0.0-RC6) support
I believe there is currently no way to perform a batch insert that returns generated values, due to the fact that `insertStreaming` uses the `COPY` API. This is great except...
I love that the full row is returned by default. This is really useful and generally ideal. However, sometimes we just do not need it, and the JDBC -> case...
it doesn't make sense. either you have a row which has not been persisted yet (and will require db-supplied values to be persisted), or you have a persisted row with...