An open API service indexing awesome lists of open source software.

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

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 `_