prisma-generator-drizzle icon indicating copy to clipboard operation
prisma-generator-drizzle copied to clipboard

v1

Open farreldarian opened this issue 6 months ago • 23 comments

Planned Features

These are the essential features needed for querying and mutating purposes, providing 1:1 feature mapping from Prisma. Please mention if there's anything missed from this list.

Models

  • [x] Field types
    • [x] Scalar
      • [ ] Unsupported
    • [x] List
    • [x] Relations (e.g. []) for Drizzle relational query
    • [x] Enum
  • [x] Constraints
    • [x] ID
    • [x] primaryKey
    • [x] notNull (when no ? modifier)
  • [ ] Custom @db. field

Helpers

Config

  • [x] Support for all providers
    • [x] postgres
    • [x] mysql
    • [x] sqlite

Not planned

v1 will concentrates exclusively on query and mutation operations, these parts are currently not on consideration:

farreldarian avatar Dec 17 '23 02:12 farreldarian