lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

Added postgres-embedded for tests #226

Open ilya-murzinov opened 6 years ago

ilya-murzinov commented 6 years ago

Hey!

I've noticed that you require running PostgreSQL server to run tests. I think this is wrong, so I think you might want to use postgres-embedded. It really simplifies development.

Please take a look.