# ![Leaf](logotype/logo_32x32.png) MongoDB Driver for Raku ![T][travis-svg] ![A][appveyor-svg] ![L][license-svg] [travis-svg]: https://travis-ci.com/MARTIMM/raku-mongodb-driver.svg?branch=master [travis-run]: https://travis-ci.com/MARTIMM/raku-mongodb-driver [appveyor-svg]: https://ci.appveyor.com/api/projects/status/github/MARTIMM/raku-mongodb-driver?branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20FAIL&pendingText=Windows%20-%20pending&svg=true [appveyor-run]: https://ci.appveyor.com/project/MARTIMM/raku-mongodb-driver/branch/master [license-svg]: https://martimm.github.io/label/License-label.svg [licence-lnk]: https://www.perlfoundation.org/artistic_license_2_0 ## Documentation * [ 🔗 Website](https://martimm.github.io/raku-mongodb-driver/) * [ 🔗 Travis-ci run on master branch][travis-run] * [ 🔗 Appveyor run on master branch][appveyor-run] * [ 🔗 License document][licence-lnk] * [ 🔗 Release notes](https://martimm.github.io/raku-mongodb-driver/content-docs/about/release-notes.html) * [ 🔗 Issues](https://github.com/MARTIMM/raku-mongodb-driver/issues) ## INSTALLING THE MODULES Use zef to install the package. ``` zef install MongoDB ``` ## AUTHORS Original creator of the modules is **Paweł Pabian** (2011-2015, v0.6.0)(bbkr on github) Current maintainer **Marcel Timmerman** (2015-present) (MARTIMM on github) ## Contributors Dan Zwell (lefth on github)