From 1fcf31ec48d4c9f8c1ed45896cfb592ebae8f7fb Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 5 May 2022 15:07:05 +0530 Subject: Prefix SQL connection parameters with sql-. This differentiates it from virtuoso and SPARQL connection parameters. * dump.scm (call-with-genenetwork-database, dump-data-table): Prefix SQL connection parameters with sql-. * README.md (Using): Update documentation of SQL connection parameters. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fdad92a..069fdb8 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ shown below. Take care to replace the placeholders within angle brackets with the appropriate values. ``` scheme -((username . "") - (password . "") - (database . "") - (host . "") - (port . )) +((sql-username . "") + (sql-password . "") + (sql-database . "") + (sql-host . "") + (sql-port . )) ``` Then, to dump the database to \~/data/dump, run -- cgit v1.2.3