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