Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/auto-sequelize-typescript
auto generate model files from exists db schemas
https://github.com/zcong1993/auto-sequelize-typescript
Last synced: about 23 hours ago
JSON representation
auto generate model files from exists db schemas
- Host: GitHub
- URL: https://github.com/zcong1993/auto-sequelize-typescript
- Owner: zcong1993
- License: mit
- Created: 2020-02-18T18:43:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T17:35:52.000Z (16 days ago)
- Last Synced: 2024-10-24T01:31:34.725Z (15 days ago)
- Language: TypeScript
- Size: 477 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-sequelize-typescript
[![NPM version](https://img.shields.io/npm/v/@zcong/auto-sequelize-typescript.svg?style=flat)](https://npmjs.com/package/@zcong/auto-sequelize-typescript) [![NPM downloads](https://img.shields.io/npm/dm/@zcong/auto-sequelize-typescript.svg?style=flat)](https://npmjs.com/package/@zcong/auto-sequelize-typescript) [![JS Test](https://github.com/zcong1993/auto-sequelize-typescript/actions/workflows/js-test.yml/badge.svg)](https://github.com/zcong1993/auto-sequelize-typescript/actions/workflows/js-test.yml) [![codecov](https://codecov.io/gh/zcong1993/auto-sequelize-typescript/branch/master/graph/badge.svg)](https://codecov.io/gh/zcong1993/auto-sequelize-typescript)
> generate sequelize typescript model from exists db schema
## Install
```bash
$ npm i -g @zcong/auto-sequelize-typescript
```## Usage
```bash
$ auto-seq-ts -h
```## License
MIT © zcong1993