startease
startease copied to clipboard
Adding postgres type orm support
Hello @JC-Coder ,
The feature has been successfully implemented and tested. I would appreciate it If I could get a review on this.
Changes Made:
- [x] Added Typeorm options to the CLI.
- [x] Created the packages needed to support Typeorm and Postgres
- [x] Created TypeOrm Module, Abstract Document, and User Entity as Sample
- [x] Created a Docker-compose file to spin up the database server.
Testing Done:
- [x] Conducted manual testing of task
Issue:
- Open #3
Thanks