Essential SQLAlchemy. 2nd Edition - Myers Jason, Copeland Rick
- Dodał: administrator
- Data: 08:38 23-11-2018
- Kategoria: Informatyka i matematyka
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 to connect to multiple databases simultaneously with the same metadata.SQL is a powerful language for querying and manipulating data, but it...s tough to integrate it with your application. SQLAlchemy helps you map Python objects to database tables without substantially changing your existing Python code. If you...re an intermediate Python developer with knowledge of basic SQL syntax and relational theory, this book serves as both a learning tool and a handy reference.Essential SQLAlchemy includes several sections:SQLAlchemy Core: Provide database services to your applications in a Pythonic way with the SQL Expression LanguageSQLAlchemy ORM: Use the object relational mapper to bind database schema and operations to data objects in your applicationAlembic: Use this lightweight database migration tool to handle changes to the database as your application evolvesCookbook: Learn how to use SQLAlchemy with web frameworks like Flask and libraries like SQLAcodegen źródło opisu: Helion źródło okładki: Helion
| język | polski | ||
| data wydania | 27 listopada 2015 | ||
| kategoria | informatyka i matematyka | ||
| ISBN | 9781491916551 |
Rejestracja jest za darmo i jest bardzo szybka! Kliknij tutaj aby założyć konto. Trwa to tylko 15 sekund!.
Podobne wpisy do Essential SQLAlchemy. 2nd Edition - Myers Jason, Copeland Rick
Linux Device Drivers
Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas of programming for the Linux operating system that...
Designing Efficient BPM Applications. A Process-Based Guide for Beginners - McKinty Christine, Mottier Antoine
Looking for efficiency gains in your business? If you...re a business analyst, this practical guide will show you how to design effective business process management (BPM) applications. Every business uses business processes-these everyday tasks help...
Release It!: Design and Deploy Production-Ready Software - Michael Nygard
Whether it's in Java, .NET, or Ruby on Rails, getting your application ready to ship is only half the battle. Did you design your system to survivef a sudden rush of visitors from Digg or Slashdot? Or an influx of real world customers from 100 differ...
Learning Vue.js 2 - Filipova Olga
Vue.js is one of the latest new frameworks to have piqued the interest of web developers due to its reactivity, reusable components, and ease of use. This book shows developers how to leverage its features to build high-performing, reactive web inter...
Zend Framework 1.8 Web Application Development - Keith Pope
słowa kluczowe zend framework, php, programowanie, informatyka liczba stron 359 data wydania 26 października 2009 język polski kategoria informatyka i matematyka ISBN 978-1-847194-22-0
LINQ in Action
LINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the...