# # Run this TCL script to generate HTML for the quickstart.html file. # set rcsid {$Id: quickstart.tcl,v 1.5 2004/09/18 18:00:24 drh Exp $} source common.tcl header {SQLite In 5 Minutes Or Less} puts {

Here is what you do to start experimenting with SQLite without having to do a lot of tedious reading and configuration:

Download The Code

Create A New Database

Write Programs That Use SQLite

} footer {$Id: quickstart.tcl,v 1.5 2004/09/18 18:00:24 drh Exp $}