Skip to content

Manage remote configurations generated by xl2thrift. Written in Expressjs.

Notifications You must be signed in to change notification settings

ohthepain/config-server

Repository files navigation

config-server

shared-db

We use a shared db even though it's not recommended practice. This is to save RDS costs.

This project 'shared-db' manages the schema and migrations.

Each project has a .schema file in the prisma/ folder.

Useful commands:

  • npm run getschema - copy schema from shared-db project.
  • npm run migrate - we should probably do this from the shared-db project
  • npm run generate

Migrations

About

Manage remote configurations generated by xl2thrift. Written in Expressjs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages