You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
475 B

  1. This is an extension for the SQLite Embeddable SQL Database Engine.
  2. http://www.sqlite.org/
  3. SQLite is a C library that implements an embeddable SQL database engine.
  4. Programs that link with the SQLite library can have SQL database access
  5. without running a separate RDBMS process.
  6. SQLite is not a client library used to connect to a big database server.
  7. SQLite is the server. The SQLite library reads and writes directly to and from
  8. the database files on disk
  9. vim:tw=78:et