Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the "Books About SQLite" page with info about the 2nd edition of Definitive Guide. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e4bb1f4459c224db8d7cb455b6ea034a |
User & Date: | drh 2011-09-01 12:59:35.134 |
Context
2011-09-05
| ||
11:23 | Remove all references to the old CVSTrac wiki, which is no longer supported. (check-in: 87f524783e user: drh tags: trunk) | |
2011-09-01
| ||
12:59 | Update the "Books About SQLite" page with info about the 2nd edition of Definitive Guide. (check-in: e4bb1f4459 user: drh tags: trunk) | |
2011-08-31
| ||
16:54 | Drop the STAT3 enhancement from the 3.7.8 release. (check-in: e64468c842 user: drh tags: trunk) | |
Changes
Changes to pages/books.in.
1 2 3 4 5 6 7 8 9 10 11 12 | <title>Books About SQLite</title> <tcl>hd_keywords {books about SQLite}</tcl> <h1 align=center>Books About SQLite</h1> <hr> <table border=0><tr><td valign=top><p><img src="images/books/kreibich.gif"> <td valign=top> <h2>Using SQLite (2010)</h2> <p> Author: Jay A. Kreibich<br> | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | <title>Books About SQLite</title> <tcl>hd_keywords {books about SQLite}</tcl> <h1 align=center>Books About SQLite</h1> <hr> <table border=0><tr><td valign=top><img src="images/books/owens.jpg"> <td valign=top> <h2>The Definitive Guide to SQLite (2nd edition, 2010)</h2> <p> Authors: Mike Owens and Grant Allen<br> Publisher: Apress<br> <a href="http://www.amazon.com/gp/product/1430232250">Amazon</a></p> <p> 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\u2014an 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.</p> <p><i>The Definitive Guide to SQLite, Second Edition</i> is devoted to complete coverage of the latest version of this powerful database. It offers a thorough overview of SQLite\u2019s 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! </p> </table> <hr> <table border=0><tr><td valign=top><p><img src="images/books/kreibich.gif"> <td valign=top> <h2>Using SQLite (2010)</h2> <p> Author: Jay A. Kreibich<br> |
︙ | ︙ | |||
139 140 141 142 143 144 145 | compile it using your favorite C compiler, and start using the compiled library. SQLite runs on Linux, Windows, Mac OS X, and a few other operating systems. It has been widely used in low-to-medium tier database applications. This Short Cut discusses design principles, engineering trade-offs, implementation issues, and operations of SQLite. It presents a comprehensive description of all important components of the SQLite engine.</p> </table> | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 170 171 172 173 174 175 176 177 178 179 180 181 182 183 | compile it using your favorite C compiler, and start using the compiled library. SQLite runs on Linux, Windows, Mac OS X, and a few other operating systems. It has been widely used in low-to-medium tier database applications. This Short Cut discusses design principles, engineering trade-offs, implementation issues, and operations of SQLite. It presents a comprehensive description of all important components of the SQLite engine.</p> </table> <hr> <table border=0><tr><td valign=top><img src="images/books/newman.jpg"> <td valign=top> <h2>SQLite (2004)</h2> <p>Author: Chris Newman<br> |
︙ | ︙ |