ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/databases/sqlite3/pkg-descr
Revision: 21560
Committed: Sat Aug 6 14:10:29 2016 UTC (7 years, 8 months ago) by laffer1
File size: 382 byte(s)
Log Message:
3.11.1 - matches current right now

File Contents

# User Rev Content
1 laffer1 861 SQLite is an SQL database engine in a C library. Programs that link the SQLite
2     library can have SQL database access without running a separate RDBMS process.
3 laffer1 21560 The distribution comes with a standalone command-line access program (sqlite3)
4 laffer1 861 that can be used to administer an SQLite database and which serves as an
5     example of how to use the SQLite library.
6    
7 laffer1 16751 WWW: https://www.sqlite.org/