# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.  Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in.  You must
# make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':'.

      |-----handy-ruler------------------------------------------------------|
sqlite: SQLite is a small C library that implements a self-contained,
sqlite: embeddable, zero-configuration SQL database engine. Features include:
sqlite: atomic, consistent, isolated, and durable (ACID) transactions; no
sqlite: setup or administration needed; implements most of SQL92; a complete
sqlite: database is stored in a single disk file; database files can be freely
sqlite: shared between machines with different byte orders; supports databases
sqlite: up to 2 terabytes; 2x faster than PostgreSQL and MySQL for many
sqlite: common operations; simple, easy to use API. The SQLite
sqlite: distribution comes with a standalone command-line access program that
sqlite: can be used to administer an SQLite database.
sqlite: 
