- Shopping Bag ( 0 items )
Want a NOOK? Explore Now
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 amazingly small footprint, yet able to handle databases of enormous size. SQLite comes equipped with an array of powerful features available through a host of programming and development environments. It is supported by languages such as C, Java, Perl, PHP, Python, Ruby, TCL, and more.
The Definitive Guide to SQLite, Second Edition is devoted to complete coverage of the latest version of this powerful database. It offers a thorough overview of SQLites capabilities and APIs. The book also uses SQLite as the basis for helping newcomers make their first foray into database development. In only a short time you can be writing programs as diverse as a server-side browser plug-in or the next great iPhone or Android application!
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.
Ch. 1 | Introducing SQLite | 1 |
Ch. 2 | Getting started | 17 |
Ch. 3 | The relational model | 47 |
Ch. 4 | SQL | 73 |
Ch. 5 | Design and concepts | 171 |
Ch. 6 | The core C API | 205 |
Ch. 7 | The extension C API | 255 |
Ch. 8 | Language extensions | 301 |
Ch. 9 | SQLite internals | 341 |
Anonymous
Posted Sun Jul 24 00:00:00 EDT 2011
No text was provided for this review.
Overview
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 amazingly small footprint, yet able to handle databases of enormous size. SQLite comes equipped with an array of powerful features available through a host of programming and development environments. It is supported by ...