Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 477 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 477 Bytes

Sequelize with Typescript

A basic typed implementation of Sequelize which makes reference to the following blog https://michalzalecki.com/using-sequelize-with-typescript/

There is no DB implemented, use sequelize.spec.ts as an example of the syntax only.

Structure

dto

Interface definitions of the data models

models

Model definitions for the database objects and interactions

objectMother

Factory classes for generating valid dto objects for testing