You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Misc
Pagination
Schema API progress
Types of referential actions
model field scalar types
Unsupportedmodel field type modifiers
Attributes
@default
sequence() (CockroachDB only)Attribute functions
auto()sequence()dbgenerated(...)Enums
Client API progress
Model queries
findRaw()aggreagateRaw()Model query options
relationLoadStrategy (Preview)Nested queries
Filter conditions and operators
Relation filters
Scalar list methods
unsetScalar list filters
isSetAtomic number operations
The text was updated successfully, but these errors were encountered: