yandex-qatools / postgresql-embedded

Embedded PostgreSQL Server
Other
493 stars 90 forks source link

Make EmbeddedPostgres implement AutoCloseable #131

Closed rm3l closed 6 years ago

rm3l commented 6 years ago

This allows to use it in a try-with-resources statement, in order to have it automatically closed/stopped.

smecsia commented 6 years ago

Thanks! Looks reasonable.