@poolsea-nestjs/registry
Version:
NestJS Registry Module for Lido Finance projects. Part of [Lido NestJS Modules](https://github.com/lidofinance/lido-nestjs-modules/#readme)
22 lines (13 loc) • 452 B
Markdown
# Registry Module
NestJS Registry Module for Lido Finance projects.
Part of [Lido NestJS Modules](https://github.com/lidofinance/lido-nestjs-modules/#readme)
## Install
```bash
yarn add @poolsea-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