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 (Second Edition)
β Scribed by Grant Allen, Mike Owens
- Publisher
- Apress
- Year
- 2010
- Tongue
- English
- Leaves
- 369
- 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.
β¦ Table of Contents
Prelim......Page 1
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><em>The Definitive Guide to Plone, Second Edition</em> has been completely updated to cover the latest version of Plone and its newest features. This book provides a complete and detailed overview of Plone. It is divided into three parts, which cover using, configuring, and developing and customi
If your looking for in depth knowledge of GCC the compiler this is the book. It covers multiple opperating systems and multiple versions of GCC. Starting with the history of GCC up to current versions of 4.x. A must read for any C or C++ even Objective-C developers (GCC compiles many more languages)
Plone allows big and small companies, freelancers, individuals, institutions and organizations to create and manage Internet sites, intranets, and Web applications. It is the leading open source Content Management System (CMS), and because it is also completely customizable, can be deployed quickly
Plone allows big and small companies, freelancers, individuals, institutions and organizations to create and manage Internet sites, intranets, and Web applications. It is the leading open source Content Management System (CMS), and because it is also completely customizable, can be deployed quickly
<p><em>The Definitive Guide to SQLite, Second Edition</em> 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 30