All public logs

Combined display of all available logs of Bitpost wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:46, 23 August 2023 M talk contribs created page MongoDB for VS Code (Created page with "This is a powerful extension from the MongoDB devs, but it is tricky to get up to speed. == Setup == * Install MongoDB for VS Code extension * Create a "playground" folder somewhere (it can find them in your project workspace but to me that's messy) * Open a playground and prime it with something like this: use('my-db'); db.getCollection('my-collection').find() * Save it, and then use Ctrl-P and start typing "playground" to re-open it")