Drizzle multi databse config (MySQL)
Hey!
I need to use drizzle on a new product, which also access a legacy database. I would like to use Drizzle for multiple database connections (MySQL), along with drizzle kit.
(like two database_url s)
Is it possible? and if yes how?
Also is it possible somehow to mix db engines? Like one config for MySQL and one for Postges? Both working with drizzle-kit?
I need to use drizzle on a new product, which also access a legacy database. I would like to use Drizzle for multiple database connections (MySQL), along with drizzle kit.
(like two database_url s)
Is it possible? and if yes how?
Also is it possible somehow to mix db engines? Like one config for MySQL and one for Postges? Both working with drizzle-kit?