From 5e34add45bffeeadb9f56c30abe282f118eef96a Mon Sep 17 00:00:00 2001 From: Vilmar Pavesi Junior Date: Sat, 22 Jan 2022 07:21:27 -0300 Subject: [PATCH] Add resources for ACID compliance * Update 101-acid.md I add some content to ACID on backend roadmap * Update 101-acid.md Co-authored-by: Kamran Ahmed --- .../content/108-more-about-databases/101-acid.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/108-more-about-databases/101-acid.md b/content/roadmaps/101-backend/content/108-more-about-databases/101-acid.md index 727e552b0..de97e2741 100644 --- a/content/roadmaps/101-backend/content/108-more-about-databases/101-acid.md +++ b/content/roadmaps/101-backend/content/108-more-about-databases/101-acid.md @@ -1 +1,7 @@ -# Acid \ No newline at end of file +# ACID + +ACID are the four properties of any database system that help in making sure that we are able to perform the transactions in a reliable manner. It's an acronym which refers to the presence of four properties: atomicity, consistency, isolation and durability + +Free Content +ACID Explained: Atomic, Consistent, Isolated & Durable +What is ACID Compliant Database?What is ACID Compliance?: Atomicity, Consistency, Isolation