npm.io
1.0.4 • Published 9 years ago

mtg-omega-models-sql

Licence
ISC
Version
1.0.4
Deps
3
Vulns
7
Weekly
0

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)