squeal icon indicating copy to clipboard operation
squeal copied to clipboard

Squeal, a deep embedding of SQL in Haskell

Results 34 squeal issues
Sort by recently updated
recently updated
newest added

Hi, currently the only instance for `MonadResult` is the catchall instance that then requires a `MonadIO`; would it be a good idea to instead write proper instances for all the...

question

Hi, would it be possible to use something like https://github.com/Kleidukos/get-tested to generate a more exhaustive test coverage?

Is there an intented way to express this generically? ![image](https://github.com/morphismtech/squeal/assets/40720523/6a07c52f-57b7-4617-b73e-26c5606ea88e) In my case the names are exactly like the ones specified with the overloaded labels so it should be possible...

question

Array functions and `ArrayField` utility for using overloaded labels together with `runArrayField` and a state computation such as `pgtype` or `rowValue _`.