<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
The Definitive Guide to SQLite (Definitive Guide)
β Scribed by Mike Owens
- Year
- 2006
- Tongue
- English
- Leaves
- 463
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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 these databases require. While embeddable databases are small enough to ensure little additional total increase in application size, they often have little to offer by way of capabilities and power. So what's a developer to do? For many, the answer is SQLite (http://www.sqlite.org/), an open source embeddable database with an amazingly small footprint (less than 250 Kb) but packing a powerful array of features. Capable of handling databases as large as 2 terabytes, SQLite offers a flexible set of datatypes, the ability to perform transactions, and is supported by languages such as C, PHP, Perl, and Python. Furthermore, because SQLite's databases are completely file-based, privileges are granted at the operating system-level, allowing for easy and fast user management. The Definitive Guide to SQLite is the first book to devote complete coverage to the latest version of this powerful database. Offering experienced database developers a thorough overview of its capabilities and APIs, yet cognizant of newcomers who may be making their first foray into the database environment with SQLite, this book acts as both an ideal tutorial and reference guide.
β¦ Table of Contents
The Definitive Guide to SQLite......Page 0
Contents......Page 8
CHAPTER 1 Introducing SQLite......Page 24
CHAPTER 2 Getting Started......Page 40
CHAPTER 3 The Relational Model......Page 70
CHAPTER 4 SQL......Page 96
CHAPTER 5 Design and Concepts......Page 194
CHAPTER 6 The Core C API......Page 228
CHAPTER 7 The Extension C API......Page 278
CHAPTER 8 Language Extensions......Page 324
CHAPTER 9 SQLite Internals......Page 364
APPENDIX A SQL Reference......Page 386
APPENDIX B C API Reference......Page 416
APPENDIX C Coddβs 12 Rules......Page 444
INDEX......Page 446
π 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