asphalt-sqlalchemy
latest
  • Configuration
  • Using engines and sessions
  • Using SQLAlchemy events with Asphalt
  • Testing with asphalt-sqlalchemy
  • Tips and tricks
  • API reference
  • Version history
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
    • Adding base data
    • Using alternative async testing plugins
  • Tips and tricks
    • How to automatically print emitted SQL
    • Handling schema migrations
  • API reference
    • Components
    • Utilities
  • Version history
Next

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

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