drizzle-orm icon indicating copy to clipboard operation
drizzle-orm copied to clipboard

Add `drizzle-effect` package - an integration with @effect/schema

Open arekmaz opened this issue 7 months ago • 6 comments

This is a proposal to add a package similar to drizzle-zod and heavily based on it, with analogical features, integrated with the effect ecosystem, @effect/schema documentation.

This is a new version of this pull request

One big difference is I would like this to have MIT license if possible.

Feature requests: https://github.com/drizzle-team/drizzle-orm/issues/2187 https://github.com/Effect-TS/effect/issues/3208

todo:

  • [x] insert schemas
  • [x] insert refine
  • [x] select schemas
  • [x] select refine
  • [x] schema is an instance of Schema.Struct
  • [x] package cleanup

arekmaz avatar Jul 20 '24 10:07 arekmaz