Cantitate/Preț
Produs

The Definitive Guide to SQLite

Autor Mike Owens
en Limba Engleză Paperback – 5 noi 2014
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.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 40878 lei  6-8 săpt.
  Apress – 5 noi 2014 40878 lei  6-8 săpt.
Hardback (1) 49647 lei  6-8 săpt.
  Apress – 24 mai 2006 49647 lei  6-8 săpt.

Preț: 40878 lei

Preț vechi: 51097 lei
-20% Nou

Puncte Express: 613

Preț estimativ în valută:
7826 8498$ 6581£

Carte tipărită la comandă

Livrare economică 17-31 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781430211662
ISBN-10: 1430211660
Pagini: 464
Ilustrații: XXI, 440 p.
Dimensiuni: 191 x 235 x 27 mm
Greutate: 0.79 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Popular/general

Cuprins

Introducing SQLite.- Getting Started.- The Relational Model.- SQL.- Design and Concepts.- The Core C API.- The Extension C API.- Language Extensions.- SQLite Internals.

Notă biografică

Mike Owens is the information technology director for a major real estate firm in Fort Worth, Texas, where he's charged with the development and management of the company's core systems. His prior experience includes time spent at Oak Ridge National Laboratory as a process design engineer, and at Nova Information Systems as a C++ programmer. He is the original creator of Pysqlite, the Python extension for SQLite. Mike earned his bachelor's degree in chemical engineering from the University of Tennessee in Knoxville.

Caracteristici

The first book to comprehensively cover version 3, the most recent release of the popular embedded open source database SQLite (http://www.sqlite.org/). SQLite has seen a rash of press in recent months due to its increasing use within numerous high-profile projects such as Apple's Safari, and forthcoming versions of the Mozilla Project's Firefox browser, and Thunderbird mail client Readers are presented with introductions to the SQLite extensions available for C, Java, Perl, PHP, Python, Ruby, and Tcl Because of SQLite's common use within projects requiring minimal memory footprints, significant material is devoted to SQLite internals, helping readers understand how to take full advantage of its features while minimally impacting resource consumption