I am quite new to TypeORM which handles this case I believe: What is the easiest and recommended way to insert / read data into a custom entity? I have created an entity in models/ and created a migration which successfully ran. Now I have a new empty table categories. I would like to write insert / read methods that execute SQL statements on the table. How could I combine typeORM and medusa here to achieve this? Sorry this is a newbie question.
Plus what is the recommended way to test these routes / new tables ?