From 25fde88c079212c526e4949286451a2488961303 Mon Sep 17 00:00:00 2001 From: JayCush <32309117+JayCush@users.noreply.github.com> Date: Wed, 8 May 2019 17:25:23 +0000 Subject: [PATCH] Update README.rst Adding "Mango" technology explanation --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index acc208c..a0eb988 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,10 @@ Also, due to MangoDB's innovative design, your database is no longer affected by problems like slow or inaccessible block storage devices. While everyone else's databases are crashing and timing out, Mango will keep flying along as normal. It's an operations engineer's dream! +Handing of NULL documents +--------------------- +MangoDB technology includes an innovative method for handling null documents. When querying for data that does not exist, instead of returning confusing NULL or empty documents, MangoDB returns a "Mango" string. Simply call .isMango() on every query to ensure your document is populated. Optionally, MangoDB can throw a MangoPointerException which will provide a byte stream representing an image of a mango fruit to facilitate debugging. + Theoretical Analysis --------------------