cornucopia-rs / cornucopia

Generate type-checked Rust from your PostgreSQL.
Other
755 stars 31 forks source link

feat: Support custom PostgreSQL Docker images #208

Open jacobsvante opened 1 year ago

jacobsvante commented 1 year ago

The main use case is to support PostgreSQL extensions, in my case TimescaleDB.

This PR also includes improvements to the container healthcheck and supports changing port and container name.

This is a breaking change because some public functions have had their signatures changed.