https://github.com/asphalt-framework/asphalt-mongodb
MongoDB integration component for the Asphalt framework
https://github.com/asphalt-framework/asphalt-mongodb
database mongodb python3
Last synced: 5 months ago
JSON representation
MongoDB integration component for the Asphalt framework
- Host: GitHub
- URL: https://github.com/asphalt-framework/asphalt-mongodb
- Owner: asphalt-framework
- License: apache-2.0
- Created: 2015-08-17T20:47:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T20:12:07.000Z (5 months ago)
- Last Synced: 2026-01-13T01:19:48.558Z (5 months ago)
- Topics: database, mongodb, python3
- Language: Python
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://github.com/asphalt-framework/asphalt-mongodb/actions/workflows/test.yml/badge.svg
:target: https://github.com/asphalt-framework/asphalt-mongodb/actions/workflows/test.yml
:alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-mongodb/badge.svg?branch=master
:target: https://coveralls.io/github/asphalt-framework/asphalt-mongodb?branch=master
:alt: Code Coverage
.. image:: https://readthedocs.org/projects/asphalt-mongodb/badge/?version=latest
:target: https://asphalt-mongodb.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
This Asphalt framework component provides connectivity to MongoDB_ database servers.
It is a wrapper for the Motor_ library.
.. _MongoDB: https://www.mongodb.com/
.. _Motor: https://github.com/mongodb/motor
Project links
-------------
* `Documentation `_
* `Help and support `_
* `Source code `_
* `Issue tracker `_