@alemonjs/db
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

提供 redis 和 sequelize mysql 连接

yarn add @alemonjs/db
  • alemon.config.yaml
redis:
  host: '127.0.0.1'
  port: '6379'
  password: 'Mm002580'
  db: '0'
mysql:
  host: '127.0.0.1'
  port: '3306'
  user: 'root'
  password: 'Mm002580!'
  database: 'alemonjs'

Readme

Keywords

Package Sidebar

Install

npm i @alemonjs/db

Weekly Downloads

15

Version

0.0.3

License

MIT

Unpacked Size

206 kB

Total Files

15

Last publish

Collaborators

  • ningmengchongshui
  • smallv