Alchemical

Navigation

  • What is Alchemical?
  • Examples
  • Basic Usage
  • Integration with Web Frameworks
  • How Do I …
  • API Reference

Related Topics

  • Documentation overview
    • Next: What is Alchemical?

Alchemical¶

  • What is Alchemical?
  • Examples
  • Basic Usage
    • Connecting to a Database
    • Defining Database Models
    • Creating and Destroying Database Tables
    • Obtaining a Database Session
    • Creating Database Queries
    • Using Multiple Databases
    • Asyncio Support
    • Database Migrations with Alembic
  • Integration with Web Frameworks
    • Using with Flask
    • Using with FastAPI
  • How Do I …
    • … create a database model?
    • … create a database session?
    • … start a database transaction?
    • … save an object to a database table?
    • … retrieve an object by its primary key?
    • … execute a database query?
    • … modify an object stored in a database table?
    • … delete an object from a database table?
    • … run an arbitrary SQL statement on the database?
  • API Reference
    • The BaseModel class
    • The Alchemical class
    • The aio.Alchemical class
    • The flask.Alchemical class
  • Index

  • Search Page

©2021, Miguel Grinberg. | Powered by Sphinx 9.0.4 & Alabaster 1.0.0 | Page source
Fork me on GitHub