@arkecosystem/core-database-sequelize

0.1.1 • Public • Published

ARK Core

ARK Core - Sequelize Database Provider

Installation

yarn add @arkecosystem/core-database-sequelize

Configuration

Defaults

module.exports = {
  dialect: 'sqlite',
  storage: `${process.env.ARK_PATH_DATA}/database/${process.env.ARK_NETWORK_NAME}.sqlite`,
  logging: false
}

If you want to see all available configuration properties head over to http://docs.sequelizejs.com/manual/installation/usage.html#options.

Security

If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.

Credits

License

MIT © ArkEcosystem

Readme

Keywords

none

Package Sidebar

Install

npm i @arkecosystem/core-database-sequelize

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

247 kB

Total Files

118

Last publish

Collaborators

  • boldninja
  • itsanametwo