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

A basic typed implementation of Sequelize

Notifications You must be signed in to change notification settings

raubreysmith/sequelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic typed implementation of Sequelize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published