Skip to content

Instantly share code, notes, and snippets.

@UlisesGascon
Created October 6, 2018 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UlisesGascon/1019e2e63e7bfc3891fbc0efa50fd310 to your computer and use it in GitHub Desktop.
Save UlisesGascon/1019e2e63e7bfc3891fbc0efa50fd310 to your computer and use it in GitHub Desktop.
consultar los datos guardados
  1. Abrir terminal
  2. mongo (abre la terminal)
  3. show dbs (muestra bases de datos)
  4. use formula-uc3m-realtime (uso esta base de datos)
  5. show collections (muestra las tablas)
  6. db.datas.find()(muestra los datos de la tabla)
  7. it para continuar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment