Eliminar base datos
Sintaxis
Método
Base datos NoSQL
public Boolean dropDatabase()
MongoDB
use mybasedatos
db.dropDatabase()
planetRepository.dropDatabase();
Last updated
Was this helpful?
Sintaxis
Método
Base datos NoSQL
public Boolean dropDatabase()
MongoDB
use mybasedatos
db.dropDatabase()
planetRepository.dropDatabase();
Last updated
Was this helpful?