Essential SQLAlchemy : [mapping Python to databases] /
"Dive into SQLAlchemy, the popular, open-source code library that helps Python programmers work with relational databases such as Oracle, MySQL, PostgresSQL, and SQLite. Using real-world examples, this practical guide shows you how to build a simple database application with SQLAlchemy, and how...
Call Number: | Libro Electrónico |
---|---|
Main Authors: | , |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Sebastopol, CA :
O'Reilly Media,
2015.
|
Edition: | Second edition. |
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Part I. SQLAIchemy core: Schema and types ; Working with data via SQLAIchemy core ; Exceptions and transactions ; Testing ; Reflection
- Part II. SQLAIchemy ORM: Defining schema with SQLAIchemy ORM ; Working with data via SQLAIchemy ORM ; Understanding the session and exceptions
- Testing with SQLAIchemy ORM ; Reflection with SQLAIchemy ORM and automap
- Part III. Alembic: Getting started with Alembic ; Building migrations ; Controlling Alembic ; Cookbook ; Where to go from here.