Drizzle Studio Fails to Connect to SingleStore
I'm using a SingleStore database and everything works smoothly when interacting with it through the Drizzle ORM in my code. However, when I try to connect the same database to Drizzle Studio, I get the following error:
Table 'information_schema.check_constraints' doesn't exist
Has anyone encountered this before?
Is this a compatibility issue between Drizzle Studio and SingleStore, or is there a workaround to get this connection working?
Any insights would be appreciated!
0 Replies