jamessewell / django-timescaledb

A Django database backend and tooling for Timescaledb.
Apache License 2.0
181 stars 46 forks source link

Add partitioning_column #31

Open lucadelu opened 2 years ago

lucadelu commented 2 years ago

Hi, I'm new to TimescaleDb and I'm starting to use it in a Django project.

I'm interested to use django-timescaledb, I would like to use the partitioning_column option of the create_hypertable function but it seems not supported yet, right?

I could be interested to make a pull request to add this support. I was thinking to implement it with these changes: