DESCR 436 B

12345678910
  1. SQLite is a C library that implements an embeddable SQL database engine.
  2. Programs that link with the SQLite library can have SQL database access
  3. without running a separate RDBMS process. The distribution comes with a
  4. standalone command-line access program (sqlite) that can be used to
  5. administer an SQLite database and which serves as an example of how to
  6. use the SQLite library.
  7. Flavors:
  8. no_tcl - disables TCL-based regression tests