jamessewell / django-timescaledb

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

feat(extension): adds an extension operation for installing timescale to be used in migrations #41

Open ollz272 opened 1 year ago

ollz272 commented 1 year ago

When setting up timescaledb on a database an extension is required to be installed - this allows the process to be done in django via use of a custom extension. Developers can choose to do this themselves or add this as part of a migration.