Description
SQLite databases can be accessed from Scheme programs through GNU Guile bindings. It is useful for applications that need local SQL storage without a separate database server.
SQLite libraries can create and modify database files. Back up important data before running scripts that write to existing databases.