SQLite Books







 
OSgram.com   >   Shopping   >   Books   >   SQLite
Shop for books about SQLite.

Other web sites about SQLite:Additional pages on this web site, which may be of interest: SQLite is a relational database management system, implemented in a small C library which can be linked directly into programs, and released into the public domain. Although SQLite itself is developed in C, it can be used from a wide variety of programming languages including C, C++, Delphi, Java, Perl, PHP, Python, R, Smalltalk and Tcl.

Here are some books about SQLite ;

Disclosure: Products details and descriptions provided by Amazon.com. Our company may receive a payment if you purchase products from them after following a link from this website.

The Definitive Guide to SQLite

By Mike Owens

Apress
Hardcover (464 pages)

The Definitive Guide to SQLite
List Price: $54.99*
Lowest New Price: $38.99*
Lowest Used Price: $29.99*
Usually ships in 24 hours*
*(As of 06:28 Pacific 29 Jul 2010 More Info)


Click Here
Product Description:

The Definitive Guide to SQLite is the perfect book about SQLite. It covers everything needed to start working with SQLite including installation, using the SQLite shell, and programming with SQLite using six different language extensions.

— Joe Topjian, Adminspotting

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.

  • Youll 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.

SQLite

By Chris Newman

Sams
Paperback (336 pages)

SQLite
List Price: $39.99*
Lowest New Price: $9.39*
Lowest Used Price: $5.73*
Usually ships in 24 hours*
*(As of 06:28 Pacific 29 Jul 2010 More Info)


Click Here
Product Description:

SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and PostgreSQL, however it is faster than both databases.

In SQLite, author Chris Newman provides a thorough, practical guide to using, administering and programming this up-and-coming database. If you want to learn about SQLite or about its use in conjunction with PHP this is the book for you.

Using SQLite

By Jay A. Kreibich

O'Reilly Media
Paperback (528 pages)

Using SQLite
List Price: $49.99*
Lowest New Price: $39.99*
Not yet published*
*(As of 06:28 Pacific 29 Jul 2010 More Info)


Click Here
Product Description:

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 how you to use SQLite, a small and lightweight database that you can build right into your application during development.

Applications that handle data have an enormous advantage today, and 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 learn how you to work with SQLite using either a scripting language or a C-based language, such as C# or Objective C.

Now, even relatively small and nimble applications can be a part of the data revolution. Using SQLite shows you how.

iPhone Database Programming Exercises: SQLite

By Norman McEntire

Servin Corporation
Kindle Edition

iPhone Database Programming Exercises: SQLite
List Price: $4.95*
*(As of 06:28 Pacific 29 Jul 2010 More Info)


Click Here
Product Description:
This book is about iPhone database programming. It provides a set of hands-on, step-by-step exercises.

The goal is to help you learn and master iPhone database programming quickly and easily.

Native iPhone OS database applications make use of the embedded SQLite database engine framework. Hence, learning iPhone database programming is learning how to use the embedded SQLite database engine.

The hands-on nature of these exercises is unique. True learning happens when you take action by performing hands-on exercises. That is what this book is about.

Here are the key iPhone Database Programming skills that you will learn:

- SQLite Framework (/usr/include/sqlite3.h, libsqlite3.dylib)
- SQLite Datatypes (NULL, INTEGER, REAL, TEXT, BLOB)
- SQLite Functions (sqlite3_open(), sqlite3_exec(), etc.)
- SQL Syntax (CREATE TABLE, INSERT INTO, etc.)
- Navigation-based Application (UITableViewController, UITableView, etc.)

Is this book for you? To find out, perform these two steps.

Step 1. Scan the Table of Contents, reading the title of each exercise. Each exercise focuses on a specific skill, and if the exercises look interesting to you, then this book is for you.

Step 2. Read through the first Exercise, and see if the clear, step-by-step instructions make sense to you. If so, then this book is for you.

If you have access to a Mac OS X system, along with the iPhone OS SDK (Software Developers Kit), then you can read each exercise, and perform each step, using the iPhone OS SDK.

However, even if you do not have a Mac OS X system with the iPhone OS SDK, you can still read and follow along "in your mind". When you do have access to a Mac, you'll know exactly what to do.

CONTENTS

About This Book

Exercise 1. Navigation-based App

Exercise 2. /usr/include/sqlite3.h

Exercise 3. sqlite3_libversion()

Exercise 4. libsqlite3.dylib

Exercise 5. sqlite3 Datatype

Exercise 6. sqlite3_open()/sqlite3_close()

Exercise 7. sqlite3_exec() - CREATE TABLE

Exercise 8. sqlite3_free()

Exercise 9. sqlite3_prepare_v2(), sqlite3_finalize() - SELECT

Exercise 10. sqlite3_step()

Exercise 11. StudentViewController (.h, .m, .xib)

Exercise 12. sqlite3_exec() - INSERT

Exercise 13. Student (.h, .m)

Exercise 14. UITableViewCell

Exercise 15. sqlite3_exec() - DELETE

Exercise 16. sqlite3_exec() - UPDATE

Reference: sqlite3 Framework

Reference: sqlite3 Internal Datatypes

Reference: sqlite3 Functions

Reference: sqlite3 Error Codes

Reference: SQL

Inside Symbian SQL: A Mobile Developer's Guide to SQLite

By Ivan Litovski

Wiley
Paperback (432 pages)

Inside Symbian SQL: A Mobile Developer s Guide to SQLite
List Price: $55.00*
Lowest New Price: $37.27*
Lowest Used Price: $36.81*
Usually ships in 24 hours*
*(As of 06:28 Pacific 29 Jul 2010 More Info)


Click Here
Product Description:
This is the definitive guide for Symbian C++ developers looking to use Symbian SQL in applications or system software.

Since Symbian SQL and SQLite are relatively new additions to the Symbian platform, Inside Symbian SQL begins with an introduction to database theory and concepts, including a Structured Query Language (SQL) tutorial.

Inside Symbian SQL also provides a detailed overview of the Symbian SQL APIs. From the outset, you will “get your hands dirty” writing Symbian SQL code. The book includes snippets and examples that application developers can immediately put to use to get started quickly.

For device creators and system software developers, Inside Symbian SQL offers a unique view into the internals of the implementation and a wealth of practical advice on how to make best and most efficient use of the Symbian SQL database. Several case studies are presented – these are success stories 'from the trenches', written by Symbian engineers.

Special Features:

  • The book assumes no prior knowledge of databases
  • Includes detailed and approachable explanations of database concepts
  • Easy to follow SQL tutorial with SQLite examples
  • Unique view into the Symbian SQL internals
  • Troubleshooting section with solutions to common problems

Written by the Symbian engineers who implemented SQLite on Symbian, with more than 40 years combined Symbian C++ experience, this book is for anyone interested in finding out more about using a database on Symbian.

The SQL Guide to SQLite

By Rick F. van der Lans

lulu.com
Paperback (542 pages)

The SQL Guide to SQLite
List Price: $42.36*
Lowest New Price: $33.38*
Lowest Used Price: $62.44*
Usually ships in 24 hours*
*(As of 06:28 Pacific 29 Jul 2010 More Info)


Click Here
Product Description:
SQLite is a small, fast, embeddable, SQL-based database server. It is easy to install, needs no management, and is open source. This book describes SQLite in detail. With hundreds of examples, plus a proven approach and structure, the book teaches you how to use SQLite efficiently and effectively. It contains a complete description of the SQL dialect as implemented in SQLite version 3.6. The book can be seen as a tutorial and a reference book. Source code for the numerous SQL examples and exercises included in this book can be downloaded from www.r20.nl.

SQLite - Einstieg in die Datenbankwelt (German Edition)

By Kay Droessler

lulu.com
Paperback (108 pages)

SQLite - Einstieg in die Datenbankwelt (German Edition)
List Price: $20.41*
Lowest New Price: $20.41*
Usually ships in 24 hours*
*(As of 06:28 Pacific 29 Jul 2010 More Info)


Click Here
Product Description:
Die Datenbanksprache SQL ( Structured Query Language ) wird in Datenbanken zur Definition, Manipulation, Sicherung,aber hauptsaechlich zur Abfrage von Daten aus der Datenbank eingesetzt. Unabhaengig vom Betriebssystem oder aufwendigen, benutzerfreundlichen, graphischen Oberflaechen bleibt die Logik aber immer gleich. SQLite ist eine freie Desktop-Datenbank, sie kostet nichts, ist fuer viele Betriebssysteme verfuegbar, schnell heruntergeladen und installiert sowie auf das Notwendigste reduziert. Fuer den Anfaenger sind das die besten Voraussetzungen, ohne viel Aufwand schnell in die Welt der Datenbanken und Datenbanksprache reinzuschnuppern. Wer nach den Uebungen auf den Geschmack gekommen ist, hat schon den groessten Teil an Datenbanken und SQL gelernt, denn alles Besprochene ist Wissen, welches auch auf jedes andere der vielen Datenbanken grundlegend anwendbar ist. Nun koennen Sie auf die richtig Grossen zugehen, vom grossen Fachbuch bis zum riesigen Datenbanksystem.

The Definitive Guide to SQLite - 2006 publication

By MikeOwens

Apress, 2006.
Hardcover
Lowest Used Price: $152.49*
*(As of 06:28 Pacific 29 Jul 2010 More Info)


Click Here

  Virtual Private Server Hosting starting at $19


 
     
Shopping
 
  Books
   Apache
   BSD
   Eclipse
   Firefox
   GIMP
   GNOME
   GNU
   JBoss
   Linux
   MySQL
   OpenOffice
   Open Source
   Perl
   PHP
   PostgreSQL
   Python
   Ruby
   Security
   Solaris
   SQLite

  Clothing

  Magazines

  Penguins

  Software
 

ATI Echo Server for Linux

News Resources
 
  Companies

  Conferences

  Embedded

  Mobile

  Patents

  Security

  Software

  VoIP
 


 
 
Privacy   Terms Of Use   Advertising/Endorsements Disclosures

Copyright © 2006-2009, Answers 2000 Limited.

Answers 2000 Limited has no opinion about any stories or content of, or views expressed in, any linked news resource or website. Information about companies, organizations, products and services was believed to be correct at the time it was first published on this website, but may out of date by the time you read this website. For current information about any company or organization, readers are advised to check with the applicable company or organization.

Answers 2000 Limited expresses no opinion about any company or organization (including expressing no opinion on any investments in, with, or relating to, any company or organization), product or service. This website is not intended as investment or financial advice.

In Association With Amazon.com

CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED 'AS IS' AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.

In Assocation With AllPosters.com

Disclosure: Our company's websites' content (including this website's content) includes advertisements for our own company's websites, products, and services, and for other organization's websites, products, and services. In the case of links to other organization's websites, our company may receive a payment, (1) if you purchase products or services, or (2) if you sign-up for third party offers, after following links from this website. Unless specifically otherwise stated, information about other organization's products and services, is based on information provided by that organization, the product/service vendor, and/or publicly available information - and should not be taken to mean that we have used the product/service in question. Additionally, our company's websites contain some adverts which we are paid to display, but whose content is not selected by us, such as Google AdSense ads. For more detailed information, please see Advertising/Endorsements Disclosures
 
Penguins!