Kamirus / purescript-selda

A type-safe, high-level SQL library for PureScript
MIT License
90 stars 3 forks source link

Provide general `insert` function and rename `PG` specific `insert` to `insertReturning`. #22

Open paluh opened 5 years ago

paluh commented 5 years ago

I think that it should be feasible to provide general insert function which doesn't depend on a backend specifics. Then we can rename existing ones to something like PG.insertReturning and insert1Returning.