rightfold / purescript-postgresql-client

https://pursuit.purescript.org/packages/purescript-postgresql-client
BSD 3-Clause "New" or "Revised" License
35 stars 20 forks source link

Should we drop `PG` module? #53

Closed paluh closed 2 years ago

paluh commented 3 years ago

From my perspective this module introduces more confusion than value. What are your opinions? Can we drop it in the next release?

https://github.com/rightfold/purescript-postgresql-client/blob/master/src/Database/PostgreSQL/PG.purs

paluh commented 2 years ago

I've left it but extracted PostgreSQL/Aff.purs module with a base layer.