CLIPSQLite is a library for working with SQLite databases within CLIPS rules engines. It provides the basics like opening and closing connections, as well as more advanced ones like binding named variables to prepared statements and returning results as Facts and Instances.
Aside from being a lot of fun to create, my goal in making this is to open up the possibilities of using CLIPS in real world systems. Give it a look, and let me know what features you'd like to see added next!