Skip to content

Commit

Permalink
* README.md: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbard committed Jan 11, 2024
1 parent b0d6f7f commit 8ca6abf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ It provides functionality for the following functions:
* close - close a sqlite database connection
* fetch - fetch data from a connection using sql
* execute - execute a non selecting sql statement
* sqlfind - query info about a sqlite table
* sqlread - read a sqlite table
* sqlwrite - write to a sqlite table
* sqlupdate - update a sqlite table
* commit - commit transaction when not in autocommit mode
* rollback - rollback a transaction when not in autocommit mode
* isopen - verify the database is open
Expand All @@ -34,7 +36,7 @@ The toolkit can be installed in Octave 7.2+ using the command:

On older versions of Octave, install the package using the full path to the latest released version:

pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.0.2/octave-sqlite-0.0.2.tar.gz"
pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.1.0/octave-sqlite-0.1.0.tar.gz"

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

Expand Down

0 comments on commit 8ca6abf

Please sign in to comment.