sequelize-typescript-generator icon indicating copy to clipboard operation
sequelize-typescript-generator copied to clipboard

Results 18 sequelize-typescript-generator issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

enhancement

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. ![Screenshot 2025-07-02 at 6 34 53 pm](https://github.com/user-attachments/assets/be9c35aa-dfd5-48a0-bd84-93e263a58c50) ![Screenshot 2025-07-02 at 6 35 04 pm](https://github.com/user-attachments/assets/648a6f57-7df1-4169-a914-cdd786961628)

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...