𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

The Definitive Guide to SQLite (Second Edition)

✍ Scribed by Grant Allen, Mike Owens


Publisher
Apress
Year
2010
Tongue
English
Leaves
369
Category
Library

⬇  Acquire This Volume

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


The Definitive Guide to SQLite (Definiti
✍ Mike Owens πŸ“‚ Library πŸ“… 2006 🌐 English

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 Plone, Second Ed
✍ Andy McKay πŸ“‚ Library πŸ“… 2009 πŸ› Apress 🌐 English

<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

The Definitive Guide to GCC, Second Edit
✍ William von Hagen πŸ“‚ Library πŸ“… 2006 πŸ› Apress 🌐 English

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)

The Definitive Guide to Plone, Second Ed
✍ Redomino , Andy McKay πŸ“‚ Library πŸ“… 2009 🌐 English

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

The Definitive Guide to Plone, Second Ed
✍ Redomino , Andy McKay πŸ“‚ Library πŸ“… 2009 🌐 English

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

The Definitive Guide to SQLite
✍ Grant Allen, Mike Owens πŸ“‚ Library πŸ“… 2010 πŸ› Apress 🌐 English

<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