Connecting Prolog to a SQL Database to Store facts

I wish to store multiple sets of different facts in a database. Do you have any idea or example that could help me connect Prolog to an SQL database to then retrieve these facts, so that an expert system coded can utilize them?

Thank’s in advance!

See library(odbc). Setting up odbc can be a bit of a challenge :frowning: