asphalt-sqlalchemy
latest
  • Configuration
  • Using engines and sessions
  • Using SQLAlchemy events with Asphalt
  • Testing with asphalt-sqlalchemy
  • Tips and tricks
  • Version history
  • API reference
asphalt-sqlalchemy
  • »
  • Table of contents
  • Edit on GitHub

This Asphalt framework component provides connectivity to relational databases.

It is a wrapper for the SQLAlchemy library.

Table of contents

  • Configuration
    • Setting engine or session options
    • Multiple databases
  • Using engines and sessions
    • Working with the SQLAlchemy session
    • Working with synchronous sessions
    • Releasing database resources during a long operation
  • Using SQLAlchemy events with Asphalt
    • Events with synchronous engines/sessions
    • Events with asynchronous engines/sessions
  • Testing with asphalt-sqlalchemy
    • Setting up the SQLAlchemy component and the database connection
    • Alternative testing plugins
  • Tips and tricks
    • How to automatically print emitted SQL
    • Handling schema migrations
  • Version history
  • API reference
Next

© Copyright 2015, Alex Grönholm. Revision dddc2cbe.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
html
On Read the Docs
Project Home
Builds