-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Performance issues
Moving to individual classes for each model, this does take up quite some time to generate (~2s) even for small schemas, maybe this is due to using Node to write files, or I wrote terrible code (probably I wrote terrible code), but its something I'm willing to sacrifice for now till the complete API with relations and schema features can be implemented through IDB.
For prisma-idb-generator 1.1.0
- Migrations
- Fluent API
- Implicit many-to-many
Misc
- Transactions
- Explicit many-to-many relations #83
Pagination
- Cursor
- Skip
- Take
Schema API progress
Types of referential actions
model field scalar types
model field type modifiers
Attributes
@default
- autoincrement()
- dbgenerated(...)
- cuid()
- cuid(2)
- uuid()
- uuid(4)
- uuid(7)
- nanoid()
- now()
sequence() (CockroachDB only)
Attribute functions
Enums
Client API progress
Model queries
- findUnique()
- findUniqueOrThrow()
- findFirst()
- findFirstOrThrow()
- findMany()
- create()
- update()
- upsert() #74
- delete() #67
- createMany()
- createManyAndReturn()
- updateMany() #75
- deleteMany()
- count()
- aggregate() #76
- groupBy() #77
findRaw()
aggreagateRaw()
Model query options
Nested queries
- create
- createMany
- set #89
- connect
- connectOrCreate
- disconnect
- update
- upsert
- delete
- updateMany
- deleteMany
Filter conditions and operators
Relation filters
Scalar list methods
Scalar list filters
Atomic number operations
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
In Progress