From 825af165979dfca761eb45a83b78b92fced86d14 Mon Sep 17 00:00:00 2001 From: elle-Bee <65856801+elle-Bee@users.noreply.github.com> Date: Sat, 4 May 2024 13:51:14 +0530 Subject: [PATCH] readme updated --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80f235a..4710f93 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# benchmarkDB \ No newline at end of file +# benchmarkDB + +A program that comapres the performace of MySQL vs MongoDB in performing: +- Create +- Read +- Update +- Delete + +based on the their latencies to perform these operations. \ No newline at end of file