Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Latest commit

 

History

History

core-database-sequelize

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: process.env.ARK_DB_LOGGING
}

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