The Definitive Guide to SQLite
Autor Mike Owensen Limba Engleză Paperback – 5 noi 2014
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.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 408.78 lei 6-8 săpt. | |
Apress – 5 noi 2014 | 408.78 lei 6-8 săpt. | |
Hardback (1) | 496.47 lei 6-8 săpt. | |
Apress – 24 mai 2006 | 496.47 lei 6-8 săpt. |
Preț: 408.78 lei
Preț vechi: 510.97 lei
-20% Nou
Puncte Express: 613
Preț estimativ în valută:
78.26€ • 84.98$ • 65.81£
78.26€ • 84.98$ • 65.81£
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
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/generalCuprins
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