better-auth with drizzle. However, to configure better-auth, you need to do the following and pass in the db client:@effect/sql-drizzle package which handles the database client construction, etc.yield* PgDrizzle. Alternatively, should I be looking to wrap the better-auth package with Effect, make the auth routes effectful, and then use the @effect/sql-drizzle package to access the database client and construct better-auth?