Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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