In this directory:

user_and_password:
    Tailor this to your local settings.

people.pl:
    creates an empty database,
    inserts tuples in it,
    shows them.


In small_examples:

getting_mysql_database.pl:
    two ways of obtaining information about the mysql table

getting_user_table.pl:
    dumps the user table from the mysql database

pl2sql_example:
    translating a Prolog query into a SQL query.
    This is used by the dbcall primitive.
