Closed bijarniya closed 5 years ago
I am not sure what exactly are you asking for.
Is loopback4 support TYPEORM?.
LoopBack 4 can be used together with TypeORM, see https://github.com/raymondfeng/loopback4-extension-repository-typeorm
How do I use @BeforeInsert TYPEORM in the schema?
Our persistence layer @loopback/repository does not support before/after hooks yet, see the discussion in https://github.com/strongloop/loopback-next/issues/1919 for more details.
Any example with loopback3 and typeorm? I write this example, but i dont if is the correct.way. https://medium.com/@davidgarciasantes/typeorm-with-loopback-3-68b195cbe6de
@bajtos
How do I use @BeforeInsert TYPEORM in the schema?
Is loopback4 support TYPEORM?.
@AfterLoad @BeforeInsert @AfterInsert @BeforeUpdate @AfterUpdate @BeforeRemove @AfterRemove