Adding AWS RDS Data API Support to `@effect/sql-drizzle`
I'm looking to use the Drizzle package to work with a Postgres AWS RDS DB over their Data API. It looks like the
@effect/sql-drizzle
@effect/sql-drizzle
package only supports the postgres.js, mysql2, and SQLite drivers. Does anyone have a suggestion for the best route to take to add support for this? I see that Drizzle has this: https://orm.drizzle.team/docs/connect-aws-data-api-pg, but it looks like the Effect Drizzle package isn't really set up to enable using that right now.