addressBarModalOpen = false} on:newDatabase={() => newDb = {}} on:newCollection={() => newColl = {}} /> {#if newDb}

Create a database

Note: databases in MongoDB do not exist until they have a collection and an item. Your new database will not persist on the server; fill it to have it created.

{/if} {#if newColl}

Create a collections

Note: collections in MongoDB do not exist until they have at least one item. Your new collection will not persist on the server; fill it to have it created.

{/if}