Is it necessary to define entity file of the table if table already exists in typeorm(btw I am using postgres if it matters)?

137 views Asked by At

If it is not necessary can anyone tell me the way? because I want to test a Typeorm query which actually has a lot of tables connected to it? defining all the tables will take a lot of time?

0

There are 0 answers