SQLite
Connect & Ingest data from / to a SQLite database
Setup
The following credentials keys are accepted:
instance
(required) -> The local file path, HTTP or S3 url of the database fileaccess_key_id
(optional) -> The Access Key ID to access the bucket (if providing a S3 url)secret_access_key
(optional) -> The Secret Key to access the bucket (if providing a S3 url)endpoint
(optional) -> The S3 endpoint hostname for non-AWS providers (if providing a S3 url). Examples:nyc3.digitaloceanspaces.com
,a345678c73f3e8bddd084cb125876543.r2.cloudflarestorage.com
, etc.
Using sling conns
sling conns
Here are examples of setting a connection named SQLITE
. We must provide the type=sqlite
property:
Environment Variable
Sling Env File YAML
Specifying a SQLite Binary Path
If you already have SQLite on your machine and would like to use it (instead of having Sling download it), you can specify the binary path this way:
If you are facing issues connecting, please reach out to us at support@slingdata.io, on discord or open a Github Issue here.
Last updated