Description
SQL databases such as PostgreSQL, MySQL, and SQLite can be accessed from Scheme through a generic DBI interface. It is useful for GNU Guile applications that need portable database code.
Database interfaces can run queries that read or change sensitive data. Validate SQL and protect credentials before connecting to real services.