We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb109d6 commit 44bef0fCopy full SHA for 44bef0f
README.md
@@ -9,14 +9,15 @@ the Matlab Native SQLITE interface.
9
10
It provides functionality for the following functions:
11
12
-* sqlite
13
-* fetch
14
-* execute
15
-* sqlread
16
-* sqlwrite
17
-* commit
18
-* rollback
19
-* isopen
+* sqlite - create a sqlite database connection
+* close - close a sqlite database connection
+* fetch - fetch data from a connection using sql
+* execute - execute a non selecting sql statement
+* sqlread - read a sqlite table
+* sqlwrite - write to a sqlite table
+* commit - commit transaction when not in autocommit mode
+* rollback - rollback a transaction when not in autocommit mode
20
+* isopen - verify the database is open
21
22
## Installing the Toolkit
23
0 commit comments