@catalist-nestjs/registry
v1.0.0
Published
NestJS Registry Module for Catalist Finance projects. Part of [Catalist NestJS Modules](https://github.com/blockarchivelabs/catalist-nestjs-modules/#readme)
Downloads
12
Maintainers
Readme
Registry Module
NestJS Registry Module for Catalist Finance projects. Part of Catalist NestJS Modules
Install
yarn add @catalist-nestjs/registry
Migrations
Database migrations are placed in ./src/migrations/
folder.
Please DO NOT edit migrations, if you want to change the migration, please make another one with the needed database schema transitions.
Usage
TODO