The Definitive Guide to SQLite

The Definitive Guide to SQLite
Author :
Publisher : Apress
Total Pages : 454
Release :
ISBN-10 : 9781430201724
ISBN-13 : 143020172X
Rating : 4/5 (72X Downloads)

Book Synopsis The Definitive Guide to SQLite by : Mike Owens

Download or read book The Definitive Guide to SQLite written by Mike Owens and published by Apress. This book was released on 2006-12-06 with total page 454 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 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 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.


The Definitive Guide to SQLite Related Books

The Definitive Guide to SQLite
Language: en
Pages: 454
Authors: Mike Owens
Categories: Computers
Type: BOOK - Published: 2006-12-06 - Publisher: Apress

GET EBOOK

Traditional relational databases and embedded databases both have shortcomings that can leave a developer perplexed. So for many people, the solution resides in
Using SQLite
Language: en
Pages: 526
Authors: Jay Kreibich
Categories: Computers
Type: BOOK - Published: 2010-08-17 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Explains how to build database-backed applications for the Web, desktop, embedded systems, and operating systems using SQLite.
Spark: The Definitive Guide
Language: en
Pages: 582
Authors: Bill Chambers
Categories: Computers
Type: BOOK - Published: 2018-02-08 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Learn how to use, deploy, and maintain Apache Spark with this comprehensive guide, written by the creators of the open-source cluster-computing framework. With
The Definitive Guide to SQLite
Language: en
Pages: 363
Authors: Grant Allen
Categories: Computers
Type: BOOK - Published: 2011-01-28 - Publisher: Apress

GET EBOOK

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,
Essential SQLAlchemy
Language: en
Pages: 204
Authors: Jason Myers
Categories: Computers
Type: BOOK - Published: 2015-11-27 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Dive into SQLAlchemy, the popular, open-source code library that helps Python programmers work with relational databases such as Oracle, MySQL, PostgresSQL, and