wabe-mongodb-launcher
v0.5.1
Published
Package to launch the mongodb for test
Downloads
300
Readme
What is Wabe?
Wabe is an open-source backend that allows you to create your own fully customizable backend in just a few minutes. It handles database access, automatic GraphQL API generation, authentication with various methods (classic or OAuth), permissions, security, and more for you.
Install for wabe-mongodb-launcher
bun install wabe # On bun
npm install wabe # On npm
yarn add wabe # On yarn
bun install wabe-mongodb-launcher # On bun
npm install wabe-mongodb-launcher # On npm
yarn add wabe-mongodb-launcher # On yarn
Basic example of wabe-mongodb-launcher usage
import { runDatabase } from 'wabe-mongodb-launcher'
await runDatabase()