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...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly Media,
2015.
|
Edición: | Second edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.