Banner

rssHome » Database » SQLite

The Definitive Guide to SQLite, Second Edition

eBook Details:

  • Paperback: 368 pages
  • Publisher: Apress Press; 2nd Edition (November 30, 2010)
  • Language: English
  • ISBN-10: 1430232250
  • ISBN-13: 978-1430232254

eBook Description:

The Definitive Guide to SQLite, 2nd Edition

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.

Download eBook Free »

Using SQLite

eBook Details:

  • Paperback: 528 pages
  • Publisher: O’Reilly Media; 1st Edition (August 26, 2010)
  • Language: English
  • ISBN-10: 0596521189
  • ISBN-13: 978-0596521189

eBook Description:

Using SQLite: Small. Fast. Reliable., Choose Any Three by O’Reilly Press

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. With SQLite, you’ll discover how to develop a database-backed application that remains manageable in size and complexity. Using SQLite guides you every step of the way.

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.

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.”

Cloud VPS Hosting
Banner