買這商品的人也買了...
-
$2,360$2,242 -
$480$379 -
$880$695 -
$990$891 -
$680$578 -
$480$408 -
$580$493 -
$520$411 -
$820$648 -
$480$199 -
$890$757 -
$750$495 -
$490$417 -
$450$338 -
$480$379 -
$690$621 -
$450$356 -
$850$723 -
$750$495 -
$680$578 -
$2,240PMP Exam Prep: Rita's Course in a Book for Passing the PMP Exam, 7/e (Paperback)
-
$945Learning MonoTouch: A Hands-On Guide to Building iOS Applications with C# and .NET (Paperback)
-
$855$810 -
$650$488 -
$720$612
商品描述
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."
--D. Richard Hipp, creator of SQLite