Overview
What is SQLite?
SQLite is a C library, written by D.
In depth
A closer look at SQLite
Richard Hipp and others, thatimplements an imbeddable SQL database engine. Programs that link withthe SQLite library can have SQL database access without running aseparate RDBMS process.
The distribution comes with a standalonecommand-line access program (sqlite) that can be used to administer anSQLite database and which serves as an example of how to use the SQLitelibrary.
SQLite is not a client library used to connect to a big databaseserver. SQLite is the server. The SQLite library reads and writesdirectly to and from the database files on disk.
SQLite is used by Mac OS X software such as NetNewsWire and SpamSieve.
When you download SQLite and build it on a stock Mac OS X system, thesqlite tool has a very primitive command-line editing facility. Thisbuild of sqlite uses the GNU readline library, which provides fancycommand-line editing (using, e.g. Emacs key bindings) as well as acommand history. Software built using the included libsqlite.a librarydoes not link with readline and thus is not tainted by the GPL.
Verdict
Should you download SQLite?
SQLite runs on
Mac OS X 10.1
and is available under the
Freeware
license
— the installer is 446 KB.
We’ve catalogued it under
Editors.
✓
Verified clean. Every SQLite build on SoftLookup is scanned for viruses, spyware, adware, trojans and backdoors. We re-test on every update.
Sponsored
At a glance
SQLite specifications
- Publisher
-
Michael Tsai
- Last updated
- Feb 27, 2025
- License
- Freeware
- Operating system
- Mac OS X 10.1
- File size
- 446 KB
- Price
- Free
- Page views
- 508
Help fellow users decide. Share your experience with SQLite.