Skip to content

Database URI


SQLite

Connection URL

The connection URL of a SQLite connector points to a file on your file system. For example, the following two paths are equivalent because the .db is in the same directory:

Example 1:

sqlite:./dev.db

Example 2:

sqlite:dev.db

Example 3:

sqlite:/Users/janedoe/dev.db