书籍 Essential SQLAlchemy的封面

Essential SQLAlchemy

Jason Myers, Rick Copeland

出版时间

2015-12-25

ISBN

9781491916469

评分

★★★★★
书籍介绍
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.
用户评论
内容组织上远胜官方教程,深度又不及
作为入门,还是不错的。
没有看Ch 2-5 & 12-13
比官网的教程更容易上手,附带的源码可以交互式学习,挺好(虽然我并没有用……)
Z-Library