baio-mongo

Little helper library for native nodejs mongodb driver

Usage no npm install needed!

<script type="module">
  import baioMongo from 'https://cdn.skypack.dev/baio-mongo';
</script>

README

baio-mongo

2013 Max Putilov, Data-Avail

Baio-mongo may be freely distributed under the MIT license.

The set of atomic operations to deal with native mongodb driver.

It is often for server side applications, when your need single db operation per request/response cycle, this library facilitate this.

Open connection -> Single CRUD operation -> Close connection.

Documentation

See also tests.