sequelize-ui icon indicating copy to clipboard operation
sequelize-ui copied to clipboard

TypeScript code generator for Sequelize ORM

Results 6 sequelize-ui issues
Sort by recently updated
recently updated
newest added

Operations may be easier if the ability to assign default values ​​to fields in models is added.

enhancement

When a field is not necessarily selected, typescript can be supported by adding a question mark to its type. Old `declare targetUrl: string | null` New ` declare targetUrl?: string...

App is migrating everything as combined currently. My feature request is separated migrations. For example I created new scheme and it created migrations it's ok. After that if i add...

enhancement

We need this feature to allow uploading .sql file from already created database to generate models, and migration. While Sequelize Auto has this features but dosen't provides migration files also

Dear i appreciate for your great work, i want to use generated models in NestJS application with Postgres and Sequelize i am getting Error: @Table annotation is missing on class...