SQLite

Summary: A simple FFI wrapper of the SQLite embedded database.
Author: Avi Bryant
Owner: Avi Bryant (avi)
Co-maintainers: <None>
Categories:
Homepage:
PackageInfo name: <Not entered>
RSS feed:

Description:

Requires the FFI plugin and the sqlite shared library, from
http://www.hwaci.com/sw/sqlite .

Provides SQLiteConnection:

db := SQLiteConnection fileNamed: 'test.db'.
arrayOfDicts := db executeQuery: 'SELECT * FROM foo'.

db close.

Releases


Back