How do Igo about achieving the ACID properties for my database -
A- Atomicity, C- Consistency, I- Isolation, D- Durability.
Database system being used - MySql.
Use the innoDB-engine in MySQL, create a proper database schema including foreign keys, use transactions for related queries, use servergrade hardware and let the database do it's job.