Hey guys, I tried to run kysely
Hey guys, I tried to run kysely migrations via xata dialect, but I get this error
Migration failed with Error: Transactions are not supported yet.
. Does it mean that I have to connect directly? We need inheritance so we have to run raw query. Tried to connect directly, run sql script and everything works fine, we just want to run these queries from code. My guess is that we have to connect directly here as well.1 Reply
I can confirm the direct connection works as expected.