We're committing to Drizzle as the only ORM for the initial version. Remove the database adapter interface and use the drizzle db instance directly.
Suggestions
- Create a light abstraction for building a dialect-agnostic drizzle schema
- Although there will no longer be an interface to bridge multiple ORMs, there should exist a type representing a drizzle instance of any support dialect (e.g.
DrizzleDBInstance) and there will be code to translate some ideas (e.g. timestamps, or "now") into different dialects
Criteria
We're committing to Drizzle as the only ORM for the initial version. Remove the database adapter interface and use the drizzle db instance directly.
Suggestions
DrizzleDBInstance) and there will be code to translate some ideas (e.g. timestamps, or "now") into different dialectsCriteria