SQLite书籍介绍之Using SQLite
2014-11-04 14:09:03 阿炯

Application developers, take note: databases aren't just for the IS group any more. You can build database-backed applications for the desktop, Web, embedded systems, or operating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This book shows you how to use SQLite, a small and lightweight relational database engine that you can build directly into your application.


本书为数据库应用程序开发人员所编写的,您可以构建支持数据库的应用程序的桌面、网络、嵌入式系统、操作系统等应用中,不需要连接到重量级的客户端/服务器数据库,像Oracle和MySQL等。这本书告诉你如何使用SQLite,一个小和轻量的关系数据库引擎,你可以直接构建到应用程序中。

关于使用Sqlite的完整说明,内容简明清晰,易懂,是学习sqlite的最佳资料。

With SQLite, you'll discover how to develop a database-backed application that remains manageable in size and complexity. This book guides you every step of the way. You'll get a crash course in data modeling, become familiar with SQLite's dialect of the SQL database language, and much more.


Learn how to maintain localized storage in a single file that requires no configuration Build your own SQLite library or use a precompiled distribution in your application Get a primer on SQL, and learn how to use several language functions and extensions Work with SQLite using a scripting language or a C-based language such as C# or Objective-C Understand the basics of database design, and learn how to transfer what you already know to SQLite Take advantage of virtual tables and modules.

"Complex SQL concepts explained clearly."

--D. Richard Hipp, creator of SQLite


作者:Jay A. Kreibich
支持的格式:PDF
页码:530
出版年:2010

第一版-Pdf:
Using.SQLite.2010.Oreilly.pdf

using.sqlite.oreilly.2010.pdf