sequelize-typescript-generator
sequelize-typescript-generator copied to clipboard
Hi guys! I have problem with the generated entity file which not included the schema name. My corp. used postgresql database and when we generated the file, and tried to...
Request: add an option for exporting just the TypeScript interfaces or classes from the DB schema, with no dependency on Model. Scenario: Using sequelize-typescript on node, want to be able...
Data types for Array of integers, strings and objects are omitted during the model creation If the column has the array of integers as the data type it is omitted...
sequelize allows the use of url to connect to the db, it would be convenient to pass the same connection parameters
fixes and new things for postgresql 1. fixing allowNull 2. adding onDelete and onChange for foreign keys 3. adding deferrable information to be used later in ts model for foreign...
This PR adds support for sequelize association methods, as per - https://github.com/sequelize/sequelize/issues/14637 - https://sequelize.org/docs/v6/other-topics/typescript/ For example, when providing the association csv, we will also get the following properties added (from...
Hi there, Just adding any database comments to the TypeScript interface to help with typehints.  
When generating MariaDB models with this project, JSON type columns are incorrectly defined as `string` instead of `object`, which prevents the models from taking full advantage of the correct data...