𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

The Definitive Guide to SQLite

✍ Scribed by Mike Owens


Publisher
Apress
Year
2006
Tongue
English
Leaves
463
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 features and can handle databases as large as 2 terabytes. It offers a flexible set of datatypes and the ability to perform transactions, and it is supported by languages like C, PHP, Perl, and Python. And 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. It offers you a thorough overview of SQLite capabilities and APIs, while remaining cognizant of newcomers who may be making their first foray into a database environment with SQLite. This book serves as both a first-time tutorial and future reference guide. You'll learn about SQLite extensions available for C, Java, Perl, PHP, Python, Ruby, and Tcl. The book thoroughly covers SQLite internals to help you take full advantage of its features while minimally impacting resource consumption. Author Mike Owens is the original creator of Pysqlite, the popular Python extension for SQLite.

✦ Table of Contents


The Definitive Guide to SQLite......Page 1
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


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

The Definitive Guide to SQLite
✍ Michael Owens (auth.) πŸ“‚ Library πŸ“… 2006 πŸ› Apress 🌐 English

<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

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

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

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

<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

The Definitive Guide to SQLite
✍ Mike Owens πŸ“‚ Library πŸ“… 2006 πŸ› Apress 🌐 English

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