Skip to content

Commit

Permalink
Merge pull request #23 from PESchoenberg/develop
Browse files Browse the repository at this point in the history
Added info.
  • Loading branch information
PESchoenberg committed Dec 13, 2019
2 parents 9a9b6cf + 6bbeb18 commit 68d214a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grsp0.scm
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,14 @@
res))


; grsp-sqlp - Calls sqlp to access Sqlite3 databases from within a Guile program;
; requires sqlp to be installed.
; grsp-sqlp - Calls sqlp to access Sqlite3 or HDF5 databases from within a Guile
; program. Requires sqlp to be installed.
;
; Arguments:
; - p_p: path to the sqlp executable.
; - p_d: database file, with path.
; - p_s: SQL snippet or file, with path.
; - p_a: sqlp macro.
; - p_s: SQL or HDFQL snippet or file, with path.
; - p_a: sqlp macro (see sqlp's documentation for more on this).
;
; Sources:
; - Edronkin, P. (2019). sqlp - Simple terminal query and .sql file processing for
Expand Down

0 comments on commit 68d214a

Please sign in to comment.