sqlite
SQLite connection
Description
The sqlite
function creates an sqlite
object. You can use this object to connect to an SQLite database file using the
MATLAB® interface to SQLite. The MATLAB interface to SQLite enables you to work with SQLite database files without
installing and administering a database or driver. For details, see Interact with Data in SQLite Database Using MATLAB Interface to SQLite.
Creation
Description
Input Arguments
Properties
Object Functions
Examples
Alternative Functionality
Instead of the sqlite
object, the connection
object enables you to connect to various relational databases
using ODBC and JDBC drivers that you install and administer. You can create the
connection
object by using the database
function. To use the JDBC driver, close the SQLite connection
and create a database connection using the URL string. For details, see these topics
depending on your platform:
Version History
Introduced in R2016a