0.1.1 • Published 6 years ago

@arkecosystem/core-database-sequelize v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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