mtg-omega-models-sql
v1.0.4
Published
SQL models for the MtG Omega Project
Downloads
3
Readme
Magic the Gathering: Omega
The Models
Part of the "Magic the Gathering: Omega" project, containing all the SQL models
Mandatory Configuration
- database (see sequelize configuration)
- log
- level (npm levels)
- crypto
- hashBytes (how long is the hash)
- saltBytes (how long is the salt)
- iterations (how many iterations the algorithm must do)
- algorithm (which algorithm to use)