The Definitive Guide to SQLite
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...
| Main Author: | |
|---|---|
| Corporate Author: | |
| Format: | Electronic eBook |
| Language: | English |
| Published: |
Berkeley, CA :
Apress,
2006.
|
| Subjects: | |
| Online Access: | Full Text via HEAL-Link |
Table of Contents:
- Introducing SQLite
- Getting Started
- The Relational Model
- SQL
- Design and Concepts
- The Core C API
- The Extension C API
- Language Extensions
- SQLite Internals.