File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ It provides functionality for the following functions:
1313* close - close a sqlite database connection
1414* fetch - fetch data from a connection using sql
1515* execute - execute a non selecting sql statement
16+ * sqlfind - query info about a sqlite table
1617* sqlread - read a sqlite table
1718* sqlwrite - write to a sqlite table
19+ * sqlupdate - update a sqlite table
1820* commit - commit transaction when not in autocommit mode
1921* rollback - rollback a transaction when not in autocommit mode
2022* isopen - verify the database is open
@@ -34,7 +36,7 @@ The toolkit can be installed in Octave 7.2+ using the command:
3436
3537On older versions of Octave, install the package using the full path to the latest released version:
3638
37- pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.0.2 /octave-sqlite-0.0.2 .tar.gz"
39+ pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.1.0 /octave-sqlite-0.1.0 .tar.gz"
3840
3941After installation, load the package in order to use it.
4042
You can’t perform that action at this time.
0 commit comments