Pagina principaleGruppiConversazioniAltroStatistiche
Cerca nel Sito
Questo sito utilizza i cookies per fornire i nostri servizi, per migliorare le prestazioni, per analisi, e (per gli utenti che accedono senza fare login) per la pubblicità. Usando LibraryThing confermi di aver letto e capito le nostre condizioni di servizio e la politica sulla privacy. Il tuo uso del sito e dei servizi è soggetto a tali politiche e condizioni.

Risultati da Google Ricerca Libri

Fai clic su di un'immagine per andare a Google Ricerca Libri.

The Definitive Guide to SQLite…
Sto caricando le informazioni...

The Definitive Guide to SQLite (Expert's Voice in Open Source) (edizione 2010)

di Grant Allen (Autore), Mike Owens (Autore)

UtentiRecensioniPopolaritàMedia votiConversazioni
872311,599 (4)Nessuno
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, without the baggage and cost of traditional database management systems. That database is SQLite—an embeddable database with an amazingly small footprint, yet able to handle databases of enormous size. SQLite comes equipped with an array of powerful features available through a host of programming and development environments. It is supported by languages such as C, Java, Perl, PHP, Python, Ruby, TCL, and more. The Definitive Guide to SQLite, Second Edition is devoted to complete coverage of the latest version of this powerful database. It offers a thorough overview of SQLite’s capabilities and APIs. The book also uses SQLite as the basis for helping newcomers make their first foray into database development. In only a short time you can be writing programs as diverse as a server-side browser plug-in or the next great iPhone or Android application! Learn about SQLite extensions for C, Java, Perl, PHP, Python, Ruby, and Tcl. Get solid coverage of SQLite internals. Explore developing iOS (iPhone) and Android applications with SQLite. SQLite is the solution chosen for thousands of products around the world, from mobile phones and GPS devices to set-top boxes and web browsers. You almost certainly use SQLite every day without even realizing it!… (altro)
Utente:strangefate
Titolo:The Definitive Guide to SQLite (Expert's Voice in Open Source)
Autori:Grant Allen (Autore)
Altri autori:Mike Owens (Autore)
Info:Apress (2010), Edition: 2nd ed., 387 pages
Collezioni:La tua biblioteca
Voto:
Etichette:computers, SQL, Reference, Amazon

Informazioni sull'opera

The Definitive Guide to SQLite di Michael Owens

Nessuno
Sto caricando le informazioni...

Iscriviti per consentire a LibraryThing di scoprire se ti piacerà questo libro.

Attualmente non vi sono conversazioni su questo libro.

Mostra 2 di 2
Review of "The Definitive Guide to SQLite", Second Edition by Erik Bachmann. 2010-12-22 http://clicketyclick.dk/databases/sqlite/2010-12-22_Review_of_-_The_Definitive_G...

Free, functional and well documented software in a single package is not to be sneezed at.

Normally I associate open source with some code that more or less can be used by qualified developers. Typically, some basic features that requires a re-coding prior to practical use.

The is NOT how SQLite works. It's at fully fledged relational database system, which distinguishes itself from most other open source RDBMS's by being very simple to use, well documented and very compact. That is indeed an art in itself.

The entire database system consists of a driver (or an executable application for Windows / Linux) and some APIs for various programming languages. It is plain simple to get started creating a SQL-base database without any hassle with file-, user or network sadminitration. The beauty is that all data and configuration resides in one file only. There is no external structure or configuration files to be bundled with the database.

There are several books on SQLite, but this is THE book on SQLite. There is a thorough description of the idea, history and principles underlying SQLite. The book is faithful to the database system. Many advantages are listed, but the shortcomings are certainly also explained in detail.

Especially the "Getting Started" chapter of the book, with the thorough description on how to obtain source code for SQLite and compile it for different platforms is perhaps the top. But no readers left behind in the process. Both rookies and the experienced developer can benefit from this book. The learning curve is not very steep, but there is much depth in the description of SQLite. More experienced users probably do well in just skimming the intro chapter on "how to define a relational database."

The book is not just SQLite, an also an excellent intro to RDBSM for beginners, with straightforward examples on creating a database and basic SQL. In this second edition the authors have unfortunately chosen to remove a general chapter on the relational data base fundamentals - and it is unfortunate choice. That chapter was a key argument for using the book as teaching material on databases in general.

The text it self is somewhat uneven and the syntax is not too good. Should we put the example / figure before or after the explanation. In this book, all possible variants tested. This causes some page flipping, when a longer example in descriptive text, only becomes evident when you meet SQL expression or table definition three pages further on. Nevertheless, this book rocks. It manages to simplify very complex matter without compromises.

If you don't like hard coding SQL - or you want a point-and-click application - this book is not of interest to you. SQLite is a relational database system for embedding in other applications. Interfacing the database is solely up to you. However - there is a section of links to various utilities and applications (including the point-and-click interfaces).

The book is highly recommendable for beginners on relational databases and SQL - even though the general chapter on relational databases have been removed. This is really "Bang for the buck". ( )
  ErikBachmann | Oct 11, 2012 |
Mostra 2 di 2
nessuna recensione | aggiungi una recensione

Appartiene alle Serie

The Expert's Voice (Open Source)
Devi effettuare l'accesso per contribuire alle Informazioni generali.
Per maggiori spiegazioni, vedi la pagina di aiuto delle informazioni generali.
Titolo canonico
Titolo originale
Titoli alternativi
Data della prima edizione
Personaggi
Luoghi significativi
Eventi significativi
Film correlati
Epigrafe
Dedica
Incipit
Citazioni
Ultime parole
Nota di disambiguazione
Redattore editoriale
Elogi
Lingua originale
DDC/MDS Canonico
LCC canonico

Risorse esterne che parlano di questo libro

Wikipedia in inglese

Nessuno

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, without the baggage and cost of traditional database management systems. That database is SQLite—an embeddable database with an amazingly small footprint, yet able to handle databases of enormous size. SQLite comes equipped with an array of powerful features available through a host of programming and development environments. It is supported by languages such as C, Java, Perl, PHP, Python, Ruby, TCL, and more. The Definitive Guide to SQLite, Second Edition is devoted to complete coverage of the latest version of this powerful database. It offers a thorough overview of SQLite’s capabilities and APIs. The book also uses SQLite as the basis for helping newcomers make their first foray into database development. In only a short time you can be writing programs as diverse as a server-side browser plug-in or the next great iPhone or Android application! Learn about SQLite extensions for C, Java, Perl, PHP, Python, Ruby, and Tcl. Get solid coverage of SQLite internals. Explore developing iOS (iPhone) and Android applications with SQLite. SQLite is the solution chosen for thousands of products around the world, from mobile phones and GPS devices to set-top boxes and web browsers. You almost certainly use SQLite every day without even realizing it!

Non sono state trovate descrizioni di biblioteche

Descrizione del libro
Riassunto haiku

Discussioni correnti

Nessuno

Copertine popolari

Link rapidi

Voto

Media: (4)
0.5
1
1.5
2
2.5
3 2
3.5
4 2
4.5 2
5 1

Sei tu?

Diventa un autore di LibraryThing.

 

A proposito di | Contatto | LibraryThing.com | Privacy/Condizioni d'uso | Guida/FAQ | Blog | Negozio | APIs | TinyCat | Biblioteche di personaggi celebri | Recensori in anteprima | Informazioni generali | 206,010,815 libri! | Barra superiore: Sempre visibile