SQLite 2.8.16 review (mac)

Add to Watch List

SQLite is a C library, written by D.

License: Freeware
OS: Mac OS X
File size: 387K
Developer: Michael Tsai      
Price: $0.00
User Rating:  

0 stars award from rbytes.net

SQLite 2.8.16 is developer tools software developed by Michael Tsai.
SQLite is a C library, written by D. 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.

What's New:

  • Fix a bug that can lead to database corruption if there are two open connections to the same database and one connection does a VACUUM and the second makes some change to the database.
  • Correctly handle quoted names in CREATE INDEX statements.
  • Fix a naming conflict between sqlite.h and sqlite3.h.
  • Avoid excess heap usage when copying expressions.
  • Other minor bug fixes.
    This mac program is freeware, so you can download and use it absolutely free. SQLite 2.8.16 supports english interface languages and works with Mac OS X.

    Downloading SQLite 2.8.16 will take several seconds if you use fast ADSL connection.


    Download

    • 100mbit/s dedicated server
    • 100% availability


    Latest User Reviews

    Write a SQLite Review

    Please register to submit reviews. Registration will grant you access to a number of features and capabilities otherwise unavailable.

    SQLite related software

    • SQLitePluginPro 1.4.3
      SQLitePluginPro is a REALbasic plugin that provides a powerful database engine built on top of SQLite, an embeddable, stand-alone SQL database library written in C.
    • SQLiteAddOns 2.5
      SQLiteAddOns is a scripting addition that extends the capabilities of AppleScript and AppleScript Studio with the power of SQLite, a fully featured SQL database engine that is incredible fast and robust.
    • SqliteQuery 0.7.2
      SqliteQuery is a utility for executing SQL statements on SQLite databases.