What is the best way to connect to two databases to the same project?
I have a Typescript project that needs to connect to two different Xata databases. I used
xata init to initialise the project with one database and I was thinking it could be best to set up another XataClient with the other database URL, however this will mean the types will be out. Any help would be great!