#
typescript-orm
Here are 5 public repositories matching this topic...
wovalle
commented
Oct 17, 2020
Fireorm supports validation by leveraging the responsibility to class-validator. To perform the validation we have to declare a function on each abstract repositories like (this one or [this one](https://github.com/wovalle/fireorm/blob/dd10d7d52441894c4701a085d4
TypeScript ORM for Redis.
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
Sep 5, 2020 - TypeScript
Improve this page
Add a description, image, and links to the typescript-orm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typescript-orm topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I'm interested in using MikroORM in a system where migrations and schema management are handled by another tool. I attempted to use the
EntityGeneratorfunctionality but there doesn't appear to be any way to limit entity generation to specific schemas (in this case Postgres)Describe the solution you'd like
I'd like to b