SQLite Connection
Access level: read, write
A connection to SQLite is like other relational connections, except that host, port, user and password are not required.
When connecting to a non-existing file, a new database will be created there. This is common with connections to file-based databases.
Connection settings
Database | Name, schema, or instance of the relational database. |
Additional JDBC parameters |
Optional: database-specific parameters that are added to the generated JDBC URL. Refer to the documentation of the database vendor for a list of possible values. |
Updated March 19, 2024