null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Using SQLite (Small. Fast. Reliable. Choose Any Three.)

List Price: $49.99
SKU:
9780596521189
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Jay A. Kreibich
    Format:
    Paperback
    Pages:
    526
    Publisher:
    O'Reilly Media (September 21, 2010)
    Language:
    English
    ISBN-13:
    9780596521189
    ISBN-10:
    0596521189
    Dimensions:
    7" x 9.19"
    Case Pack:
    18
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $49.99
    As low as:
    $42.99
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    30.4oz
    Imprint:
    O'Reilly Media
  • Overview

    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