martinambrus / dreamcatcher-db

Database sub-package for the DreamCatcher project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a helper repository for the DreamCatcher project. On its own, it provides functionality for the PostgreSQL relational database used in this project. However, this repository does not contain any code that you can run. You can only build upon the foundation of it.

In order to update the Prisma client used in this repository, you will need to install NPM packages and run the following command: npx prisma generate. This will update the client schema and definitions as per the latest database structure. Just make sure the DB is running in Docker and that its port is accessible via localhost.

This repository also helps to keep the code in all of the microservices using a message queue up to date with latest changes and fixes.

About

Database sub-package for the DreamCatcher project.

License:MIT License


Languages

Language:TypeScript 100.0%