@colabo-knalledge/b-knalledge-storage-mongo

Mongo implementation of the KnAllEdge storage

Usage no npm install needed!

<script type="module">
  import colaboKnalledgeBKnalledgeStorageMongo from 'https://cdn.skypack.dev/@colabo-knalledge/b-knalledge-storage-mongo';
</script>

README

Intro

This is a MongoDB implementation of the backend part of the KnAllEdge storage of the Colabo.Space ecosystem

It creates and holds db connection and db schemas of Colabo.Space artefacts

Export

# It will create globaly accessable npm package `@colabo-knalledge/knalledge-storage-mongo`
npm link

Import

# Imports it in the local node_modules space of the hosting app
npm link @colabo-knalledge/knalledge-storage-mongo