Prev Next sql_command

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\W}[1]{ \; #1 \; }@)@This is dismod_at-20221105 documentation: Here is a link to its current documentation .
Execute an SQL command

Syntax
connection
command
result

Syntax
result = dismod_at.sql_command(connectioncommand)

connection
is a connection for an sql_lite database.

command
is a str containing the command that is executed.

result
Is a list corresponding to the rows returned by the command.
Input File: python/dismod_at/sql_command.py