From 9c69be35df7b3b217255302d673c99953c8f358b Mon Sep 17 00:00:00 2001 From: medina5 Date: Thu, 23 Oct 2025 06:56:09 +0200 Subject: [PATCH] Retour README --- MongoDB.md | 18 ++++++++++-------- README.md | 3 +++ 2 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 README.md diff --git a/MongoDB.md b/MongoDB.md index b6ffe50..cd27380 100644 --- a/MongoDB.md +++ b/MongoDB.md @@ -190,14 +190,16 @@ Noter les opérateurs qui sont des fonctions $gte, $sum, $multiply, ... ### Opérateurs -$eq = equal -$gt > greater than -$gte >= -$in -$lt < -$lte <= -$ne <> -$nin +fonction|description +---|--- +$eq |= equal +$gt |> greater than +$gte |>= +$in | dans +$lt | < +$lte | <= +$ne | <> not equal +$nin | not in ### Modification diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c4de72 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Documents JSON + +[MongoDB](MongoDB)