Hello, Version 1.2 of slsqlite is out. Slsqlite is a module to use SQLite, the embedded database (http://sqlite.org), with S-Lang. This version adds support for placeholders - that is prepared statement syntax like sqlite_exec(db, "delete from items where feed = ?", feed). You can get it from http://www.cheesit.com/downloads/slang/slsqlite/