Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinambrus/dreamcatcher-db
Database sub-package for the DreamCatcher project.
https://github.com/martinambrus/dreamcatcher-db
Last synced: 20 days ago
JSON representation
Database sub-package for the DreamCatcher project.
- Host: GitHub
- URL: https://github.com/martinambrus/dreamcatcher-db
- Owner: martinambrus
- License: mit
- Created: 2023-09-04T15:50:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T06:01:26.000Z (about 1 year ago)
- Last Synced: 2023-09-29T07:29:49.781Z (about 1 year ago)
- Language: TypeScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a helper repository for the [DreamCatcher](https://github.com/martinambrus/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.