Skip to content

dame-ab/Office-Expense-Tracker-2024_25

Repository files navigation

Office-Expense-Tracker-2024-25

Group Members

No Name ID No
1 Dame Abera UGR/0123/15
2 Eyerusalem T/brhan UGR/6149/15
3 Natnael Endale UGR/5583/15
4 Bedru Mekiyu UGR/7000/15

Database Technology Justification

For our office expense tracker web application, we chose PostgreSQL as the database technology, paired with Prisma ORM. The decision is based on the following reasons:

  • Relational Data Structure: The application involves structured data with clear relationships, such as users, roles, and expenses. PostgreSQL efficiently handles relational data with support for complex queries and constraints.

  • ACID Compliance: PostgreSQL ensures data integrity and reliability, which is critical for tracking expenses accurately.

  • Integration with Prisma: Prisma ORM simplifies database management with type-safe queries, schema migrations, and developer-friendly tools, enhancing productivity.

This combination ensures efficient and maintainable backend for our application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published