Adopt new databases without application changes or query rewrites.
postgres=# CREATE EXTENSION hydra;
CREATE EXTENSION
postgres=#
SET hydra.query_engine = ‘intelligent’;
SET
postgres=#
select count(*) from inventory;
NOTICE: Query routed to Snowflake
count
————
1311525000
(1 row)
Time: 82.286 ms 🤯
Ease of Postgres with the database of your choice
(coming soon)
Integrate with everything
relational, non-relational, row-based, columnar, graph …
What do you need?
Let us know.