https://github.com/jlumbroso/sequelize-typescript-example
Simple example of the sequelize-typescript package.
https://github.com/jlumbroso/sequelize-typescript-example
example-code node-js sequelize sequelize-typescript typescript
Last synced: 5 months ago
JSON representation
Simple example of the sequelize-typescript package.
- Host: GitHub
- URL: https://github.com/jlumbroso/sequelize-typescript-example
- Owner: jlumbroso
- License: mit
- Created: 2019-01-09T00:46:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T15:34:22.000Z (over 3 years ago)
- Last Synced: 2025-02-08T18:12:00.319Z (over 1 year ago)
- Topics: example-code, node-js, sequelize, sequelize-typescript, typescript
- Language: TypeScript
- Size: 215 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sequelize-typescript-example
Simple example of the sequelize-typescript package.
## Setup
```
git clone https://github.com/jlumbroso/sequelize-typescript-example
cd sequelize-typescript-example
npm install
```
## Execution
```
npm run exec
```