jonatas / timescaledb

The timescaledb gem. Pack of helpers to work with TimescaleDB extension in Ruby.
https://jonatas.github.io/timescaledb/
MIT License
61 stars 18 forks source link

Add support for optional hypertable arguments #35

Closed ahorner closed 1 year ago

ahorner commented 1 year ago

The current hypertable options only allow for a small subset of the arguments supported by the plugin. It's relatively straightforward to add generic support for any hypertable options to be passed through.

As part of this effort, I've improved the SchemaDumper to handle the majority of persistent options that impact the final database schema.

jonatas commented 1 year ago

Hello @ahorner! Thanks for contributing! It seems very useful to have all options available! I'll review it soon.

jonatas commented 1 year ago

Thanks again @ahorner! Released a minor version including the changes 🙇