djm 706c813a35 Import of sqlite, a public-domain in-process SQL engine:
SQLite is a C library that implements an embeddable SQL database engine.
    Programs that link with the SQLite library can have SQL database access
    without running a separate RDBMS process. The distribution comes with a
    standalone command-line access program (sqlite) that can be used to
    administer an SQLite database and which serves as an example of how to
    use the SQLite library. SQLite is not a client library used to connect to
    a big database server. SQLite is the server. The SQLite library reads and
    writes directly to and from the database files on disk.

with help from Aleksander Piotrowski; help & ok sturm@
2004-02-18 20:59:24 +00:00
..
2004-01-14 19:50:15 +00:00
2004-02-16 01:25:23 +00:00
2003-12-15 21:42:08 +00:00
2003-12-16 16:42:30 +00:00
2004-02-01 07:09:47 +00:00
2004-01-30 18:05:35 +00:00
2004-02-03 07:28:12 +00:00
2004-01-17 23:02:23 +00:00
2004-01-17 17:23:55 +00:00
2004-01-17 17:23:55 +00:00
2004-02-01 20:17:43 +00:00
2004-01-17 17:23:55 +00:00
2004-01-17 17:23:55 +00:00
2004-01-17 23:02:23 +00:00
2004-01-18 00:32:08 +00:00
2004-01-18 00:32:08 +00:00
2004-01-17 17:23:55 +00:00
2004-02-16 18:18:25 +00:00
2004-01-18 00:32:08 +00:00
2004-01-29 17:13:37 +00:00
2004-02-16 18:18:25 +00:00
2003-12-30 20:42:33 +00:00