These days, applications are expected to efficiently manage an ever growing range of data. Yet it's rarely practical to embed a traditional relational database such as Oracle or MySQL within an application, due to not only size constraints but also because of the additional administrative overhead t
The Definitive Guide to SQLite
β Scribed by Grant Allen, Mike Owens
- Publisher
- Apress
- Year
- 2010
- Tongue
- English
- Leaves
- 369
- Series
- Expert's Voice in Open Source
- Edition
- New.
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
The Definitive Guide to SQLite, Second Edition is your one-stop resource for integrating one of the most advanced and innovative open source database management systems into your development projects. SQLite is freely-available and comes with an amazingly small foot print of less than 300 kilobytes for a full-blown implementation. Itβs perfect for mobile and other embedded implementations, including the iPhone and Android platforms. Itβs also the default database distributed with PHP. In The Definitive Guide to SQLite, Second Edition, Authors Grant Allen and Mike Owen provide complete coverage of SQLiteβs powerful array of features. Youβll learn to use SQLite with PHP, C++, Java, and more. Youβll see how SQLiteβs file-based approach can easily handle databases as large as two terabytes. Youβll also enjoy complete coverage of the API, and learn to embed SQLite within mobile applications on the iPhone, and on Android platforms.Β Β
- Demonstrates SQLiteβs use in iPhone and Android development.
- Helps you integrate with popular languages such as PHP, C++, Java, and more.
- Serves as an excellent tutorial, and ongoing reference.
What youβll learn
- Deploy SQLite as the database engine for iPhone and Android applications.
- Interact with SQLite from Java, C++, PHP, and other key languages.
- Create robust database designs, taking advantage of new support for primary and foreign key constraints.
- Embed zero-maintenance databases directly within applications that you write.
- Improve performance through a good understanding of SQLite internals.
- Exploit new features such as the shared cache, the SQL Logic Test Suite, the Unlock and Notify APIs, and query plan improvements.
Who this book is for
The Definitive Guide to SQLiteΒ is for developers needing a zero-maintenance database solution to deploy as an embedded component within their product. The book is especially useful for mobile developers delivering applications to run on the iPhone, or on the Android platform. PHP developers will also find the book useful if they are using the default database delivered as part of a PHP installation.
Table of Contents
- Introducing SQLite
- Getting Started
- SQL for SQLite
- Advanced SQL for SQLite
- SQLite Design and Concepts
- The Core C API
- The Extension C API
- Language Extensions
- iOS Development with SQLite
- Android Development with SQLite
- SQLite Internals and New Features
β¦ Table of Contents
Prelim......Page 0
Contents at a Glance......Page 6
Contents......Page 7
About the Authors......Page 18
About the Technical Reviewer......Page 19
Acknowledgments......Page 20
Introduction......Page 21
Introducing SQLite......Page 23
Getting Started......Page 39
SQL for SQLite......Page 69
Advanced SQL for SQLite......Page 109
SQLite Design and Concepts......Page 147
The Core C API......Page 175
The Extension C API......Page 217
Language Extensions......Page 241
iOS Development with SQLite......Page 275
Android Development with SQLite......Page 301
SQLite Internals and New Features......Page 325
Index......Page 345
π SIMILAR VOLUMES
<p><p>Traditional relational databases and embedded databases both have shortcomings that can leave a developer perplexed. So for many people, the solution resides in an open source embeddable database with an amazingly small footprint (less than 250 kilobytes). SQLite packs a powerful array of feat
Outside of the world of enterprise computing, there is one database that enables a huge range of software and hardware to flex relational database capabilities, without the baggage and cost of traditional database management systems. That database is SQLitean embeddable database with an amazingly sm
Traditional relational databases and embedded databases both have shortcomings that can leave a developer perplexed. So for many people, the solution resides in SQLite, an open source embeddable database with an amazingly small footprint (less than 250 kilobytes). SQLite packs a powerful array of fe
<p>Outside of the world of enterprise computing, there is one database that enables a huge range of software and hardware to flex relational database capabilities, without the baggage and cost of traditional database management systems. That database is SQLiteβan embeddable database with an amazingl
Traditional relational databases and embedded databases both have shortcomings that can leave a developer perplexed. So for many people, the solution resides in an open source embeddable database with an amazingly small footprint (less than 250 kilobytes). SQLite packs a powerful array of features a