MongoDB

WP

Eigenschaften

Implementierung

Datenrepräsentation ist BSON (binary JSON)

Zugriff mit der mongosh

CRUD-Operationen
W3Schools
Tutorialspoint
show dbs
listet die Datenbanken auf
use demo
wählt eine Datenbank,hier demo, aus
show collections
listet die Collections auf
db.beers.find()
listet alle Dokumente in collection beers auf

Programmierung

PHP

mongodb PHP Tutorial von PHP
MongoDB PHP Library
Referenz MongoDB PHP

Installation

Installation MongoDB Community mit Docker


Informatik- und Netzwerkverein Ravensburg e.V Rudolf Weber