prisma-scripts
TypeScript icon, indicating that this package has built-in type declarations

0.3.5 • Public • Published

prisma-scripts

GitHub stars

scripts for managing prisma orm

Please ★ this repo if you found it useful ★ ★ ★

Installation

npm install --save prisma-scripts

Usage

await seedDb(
  {
    user: {
      email,
      firstname,
      lastname,
      password:
        // eslint-disable-next-line spellcheck/spell-checker
        '$2b$10$EpRnTzVlqHNP0.fUbXUwSOyuiXe/QLSUG6xNekdHgTGmrpHEfIoxm', // secret42
      role: 'ADMIN'
    }
  },
  ['user.password']
);

Support

Submit an issue

License

Apache-2.0

Silicon Hills LLC © 2020-2021

Credits

/prisma-scripts/

    Package Sidebar

    Install

    npm i prisma-scripts

    Weekly Downloads

    0

    Version

    0.3.5

    License

    Apache-2.0

    Unpacked Size

    121 kB

    Total Files

    36

    Last publish

    Collaborators

    • codejamninja