Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the book by Sribatsa Das. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
258b50a4d4cff1e970610d1eee84d973 |
User & Date: | drh 2014-07-25 12:35:21.406 |
Context
2014-07-25
| ||
18:38 | Improvements to the "opcode.html" page that documents the VDBE. (check-in: e6972343b0 user: drh tags: trunk) | |
12:35 | Add the book by Sribatsa Das. (check-in: 258b50a4d4 user: drh tags: trunk) | |
2014-07-24
| ||
15:44 | Add a change-log not about schema indexes being preferred over transient indexes. (check-in: 3659d1f8cd user: drh tags: trunk) | |
Changes
Added images/books/das.jpg.
cannot compute difference between binary files
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><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> | > > > > > > > > > > > > > > > > > > > > > | 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 | <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/das.jpg"> <td valign=top> <h2>SQLite for Mobile Apps Simplified (2014)</h2> <p> Author: Sribatsa Das<br> Publisher: Amazon<br> <a href="http://amzn.com/B00M3OVSRK">Amazon</a> <p> SQLite for Mobile Apps Simplified is devoted to presenting approach and implementation methodology for using SQLite database in mobile apps. It presents step-by-step examples to create schema, execute transactions and access data from Android, BlackBerry and iOS applications. In addition, it presents ADB Shell and SQLite command-line shell from ADB Shell to access the SQLite Database created by the Android apps. For BlackBerry and iOS application, the book presents ways to access the data using the command line shell. </table> <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> |
︙ | ︙ |