runebak

Results 4 issues of runebak

Is it possible to make a query like this in beam? with ins as ( insert into table1 (email) values('[email protected]') returning userid ) insert into table2 (userid, name, address) select...

Make tuples work on older ghc as well in pull request https://github.com/agrafix/elm-bridge/pull/60

Thank you for the great work on this library. Indispensable in keeping my Haskell types in sync with the front end types in elm. I'm am using this library via...

I'm using PostgresSQL and I wanted to update a column to the default value if it was NULL. Beam happily accepts both `(\r -> coalesce_ [just_ $current_ r.column] default_)` and...

bug
help wanted
breaking change