Ana Sayfa / MongoDB / MongoDB Getting database information

MongoDB Getting database information

List all collections in database

show collections

or

show tables

or

db.getCollectionNames()

List all databases

show dbs

or

db.adminCommand(‘listDatabases‘)

or

db.getMongo().getDBNames()

Bunada Göz Atın

PHP Types

Type Comparison There are two types of comparison: loose comparison with == and strict comparison …

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir