Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nestjs/sequelize
Sequelize module for Nest framework (node.js) π
https://github.com/nestjs/sequelize
javascript nest nestjs nodejs orm sequelize sql typescript
Last synced: 5 days ago
JSON representation
Sequelize module for Nest framework (node.js) π
- Host: GitHub
- URL: https://github.com/nestjs/sequelize
- Owner: nestjs
- License: mit
- Created: 2020-02-13T09:45:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T07:58:06.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:58:34.504Z (about 2 months ago)
- Topics: javascript, nest, nestjs, nodejs, orm, sequelize, sql, typescript
- Language: TypeScript
- Homepage: https://nestjs.com
- Size: 7.16 MB
- Stars: 234
- Watchers: 5
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Sequelize](https://sequelize.org/) module for [Nest](https://github.com/nestjs/nest).
## Installation
```bash
$ npm i --save @nestjs/sequelize sequelize-typescript sequelize
```## Quick Start
[Overview & Tutorial](https://docs.nestjs.com/techniques/sql)
## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil MyΕliwiec](https://twitter.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).