https://github.com/martimm/raku-mongodb-driver
MongoDB driver for Raku
https://github.com/martimm/raku-mongodb-driver
bson driver mongodb mongodb-driver raku
Last synced: 8 months ago
JSON representation
MongoDB driver for Raku
- Host: GitHub
- URL: https://github.com/martimm/raku-mongodb-driver
- Owner: MARTIMM
- License: artistic-2.0
- Created: 2011-08-15T19:49:20.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T20:44:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T07:21:28.744Z (over 1 year ago)
- Topics: bson, driver, mongodb, mongodb-driver, raku
- Language: Raku
- Homepage:
- Size: 90.1 MB
- Stars: 18
- Watchers: 6
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  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/)
* [ 🔗 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)
* David Golden, who has pointed me to important documents he has developed together with a MongoDB team. It's about guide lines for server discovery and building up a topology of the servers seeded from the url.