Agnostic Database Connector
Suppose we wanna make sure our application supports mysql and postgres. Depending on an env var it will use either one of them. Do we have to create schema definition files for both separately?
Why isn't there a common interface where we can specify the database (and possibly the driver) and have one common schema definition API?
1 Reply
Or is it maybe something that's already possible using drizzle? Tysm