Skip to content

Instantly share code, notes, and snippets.

@parkerfoshay
Created July 24, 2023 21:57
Show Gist options
  • Save parkerfoshay/7191f6370060af516d1e0552027446dd to your computer and use it in GitHub Desktop.
Save parkerfoshay/7191f6370060af516d1e0552027446dd to your computer and use it in GitHub Desktop.
mdb-vs-l3
const database = "inventory";
const collection = "products";
use(database);
db.createCollection(collection);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment