efiber-prisma-schema
v2.1.1
Published
Database schema for eFiber
Downloads
397
Readme
efiber-prisma-schema
eFiber Database Schema
Description
Repository for eFiber Database schema. This can be installed as a package to initialize prisma client to a Node.js codebase
Usage
Initialization
- Clone the repo
- add a .env file to the local with the appropriate database credentials
- run
npm installto get packages
Source Control
- Create new branch and make changes from that branch
- When you're ready, publish the branch and push to github
- Open a pull request to start process to merge to main
