File tree 1 file changed +3
-1
lines changed
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:
13
13
* close - close a sqlite database connection
14
14
* fetch - fetch data from a connection using sql
15
15
* execute - execute a non selecting sql statement
16
+ * sqlfind - query info about a sqlite table
16
17
* sqlread - read a sqlite table
17
18
* sqlwrite - write to a sqlite table
19
+ * sqlupdate - update a sqlite table
18
20
* commit - commit transaction when not in autocommit mode
19
21
* rollback - rollback a transaction when not in autocommit mode
20
22
* isopen - verify the database is open
@@ -34,7 +36,7 @@ The toolkit can be installed in Octave 7.2+ using the command:
34
36
35
37
On older versions of Octave, install the package using the full path to the latest released version:
36
38
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"
38
40
39
41
After installation, load the package in order to use it.
40
42
You can’t perform that action at this time.
0 commit comments