Replies: 1 comment 1 reply
-
|
TimescaleDB is an extension of PostgreSQL, thus the SQL stuff is already supported by MikroORM. All we need to add support for is the TimescaleDB extension API, which can already be used using raw queries in MikroORM. That said, it would be nice to add direct support of those APIs in MikroORM. @B4nan, what would be your idea? What the TimescaleDB in MikroORM should look like? We could add a separate ‘driver’ for it, however, it might be too much due to the fact that it is only an extension of PostgreSQL. Could we simply add support for PostgreSQL extensions? This discussion deals with the TimescaleDB extension, someone else might want to add support for PostGis or any other extension. WDYT? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please add support for TImesclae DB, if it is already supported then please add it in Docs.
Beta Was this translation helpful? Give feedback.
All reactions