StartseiteGruppenForumMehrZeitgeist
Web-Site durchsuchen
Diese Seite verwendet Cookies für unsere Dienste, zur Verbesserung unserer Leistungen, für Analytik und (falls Sie nicht eingeloggt sind) für Werbung. Indem Sie LibraryThing nutzen, erklären Sie dass Sie unsere Nutzungsbedingungen und Datenschutzrichtlinie gelesen und verstanden haben. Die Nutzung unserer Webseite und Dienste unterliegt diesen Richtlinien und Geschäftsbedingungen.

Ergebnisse von Google Books

Auf ein Miniaturbild klicken, um zu Google Books zu gelangen.

The Definitive Guide to SQLite…
Lädt ...

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

von Grant Allen (Autor), Mike Owens (Autor)

MitgliederRezensionenBeliebtheitDurchschnittliche BewertungDiskussionen
872311,599 (4)Keine
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!… (mehr)
Mitglied:strangefate
Titel:The Definitive Guide to SQLite (Expert's Voice in Open Source)
Autoren:Grant Allen (Autor)
Weitere Autoren:Mike Owens (Autor)
Info:Apress (2010), Edition: 2nd ed., 387 pages
Sammlungen:Deine Bibliothek
Bewertung:
Tags:computers, SQL, Reference, Amazon

Werk-Informationen

The Definitive Guide to SQLite von Michael Owens

Keine
Lädt ...

Melde dich bei LibraryThing an um herauszufinden, ob du dieses Buch mögen würdest.

Keine aktuelle Diskussion zu diesem Buch.

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 |
keine Rezensionen | Rezension hinzufügen
Du musst dich einloggen, um "Wissenswertes" zu bearbeiten.
Weitere Hilfe gibt es auf der "Wissenswertes"-Hilfe-Seite.
Gebräuchlichster Titel
Originaltitel
Alternative Titel
Ursprüngliches Erscheinungsdatum
Figuren/Charaktere
Wichtige Schauplätze
Wichtige Ereignisse
Zugehörige Filme
Epigraph (Motto/Zitat)
Widmung
Erste Worte
Zitate
Letzte Worte
Hinweis zur Identitätsklärung
Verlagslektoren
Werbezitate von
Originalsprache
Anerkannter DDC/MDS
Anerkannter LCC

Literaturhinweise zu diesem Werk aus externen Quellen.

Wikipedia auf Englisch

Keine

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!

Keine Bibliotheksbeschreibungen gefunden.

Buchbeschreibung
Zusammenfassung in Haiku-Form

Aktuelle Diskussionen

Keine

Beliebte Umschlagbilder

Gespeicherte Links

Bewertung

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

Bist das du?

Werde ein LibraryThing-Autor.

 

Über uns | Kontakt/Impressum | LibraryThing.com | Datenschutz/Nutzungsbedingungen | Hilfe/FAQs | Blog | LT-Shop | APIs | TinyCat | Nachlassbibliotheken | Vorab-Rezensenten | Wissenswertes | 205,840,651 Bücher! | Menüleiste: Immer sichtbar