Upcoming updates for Animechan
Closed this issue · 2 comments
rocktimsaikia commented
- Open source the API code
- Migrate the codebase to Typescript
- Migrate the database to PostgreSQL
- Write tests
If you have any queries regarding these changes leave a comment here
Kadantte commented
Why not just stick with mongodb?
rocktimsaikia commented
The performance of PostgreSQL is much better/faster than MongoDB. And it is scalable as the database grows. Also working with PostgreSQL is a learning curve for me too. That is why I picked Postgres.