You are looking at historical revision 17283 of this page. It may differ significantly from its current revision.

awful-sqlite3

Description

Sqlite3 support for awful.

This extension provides a single procedure (enable-db) which sets Sqlite3 support for awful, based on the features provided by the sqlite3 egg.

Author

Mario Domenech Goulart

Requirements

Procedure

[procedure] (enable-db)

Enable Sqlite3 support for awful. This procedure basically sets up awful to use the connection, disconnection, query and query escaping procedures for Sqlite3 databases.

See the awful-sql-de-lite egg for Sqlite3 support using the sql-de-lite egg.

License

BSD

Version history

0.2
Fix for sql-quoter (reflects on awful's sql-quote)
0.1
Initial release