# 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------------------------------------------------------|
sqlite3: SQLite is a small C library that implements a self-contained,
sqlite3: embeddable, zero-configuration SQL database engine. Features include:
sqlite3: atomic, consistent, isolated, and durable (ACID) transactions; no
sqlite3: setup or administration needed; implements most of SQL92; a complete
sqlite3: database is stored in a single disk file; database files can be freely
sqlite3: shared between machines with different byte orders; supports databases
sqlite3: up to 2 terabytes; sizes of strings and BLOBs limited only by
sqlite3: available memory; faster than popular client/server database engines
sqlite3: for most common operations; simple, easy to use API. The SQLite
sqlite3: distribution comes with a standalone command-line access program that
sqlite3: can be used to administer an SQLite database.
