1.0.1 • Published 2 years ago

@oone-lido-nestjs/registry v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Registry Module

NestJS Registry Module for Lido Finance projects. Part of Lido NestJS Modules

Install

yarn add @lido-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