Skip to content

Commit 8ca6abf

Browse files
committed
* README.md: update readme
1 parent b0d6f7f commit 8ca6abf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff 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

3537
On 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

3941
After installation, load the package in order to use it.
4042

0 commit comments

Comments
 (0)