How to use with Timescaledb / manual migrations
Hi! I'd love to be able to use Drizzle with Timescaledb, but I think it's not really possible out-of-the-box?
I think creating a timescaledb table is just a matter of:
or should I do a "manual migration" myself? and how?
@Andrii Sherman perhaps you have an idea?
I think creating a timescaledb table is just a matter of:
- creating a normal table
- executing a statement like
SELECT create_hypertable('my_table', 'timestamp');
or should I do a "manual migration" myself? and how?
@Andrii Sherman perhaps you have an idea?