SQLite Integration
Connect SQLite to Edilitics as a data source by uploading a .db or .sqlite file. Supports DQ profiling, AI column insights, and AskEdi sessions.
SQLite is supported as a source only in Edilitics. You connect by uploading a SQLite file directly. Unlike database integrations, no hostname or network credentials are required.
SQLite supports DQ profiling, AI column insights, and AskEdi sessions.
Before You Begin
- A
.dbor.sqlitefile exported from your application. - File size within the limit for your plan (see table below).
- SQLite integrations support full load only. Incremental and CDC are not supported.
File Size Limits by Plan
| Plan | Max File Size |
|---|---|
| 14-day Evaluation | 25 MB |
| Launch | 25 MB |
| Scale | 50 MB |
| Pinnacle | 100 MB |
File Security
All uploaded SQLite files go through the following before being stored:
- Virus scan: ClamAV scans the file on upload. Files that fail the scan are rejected.
- Encrypted storage: The file and its inferred schema are AES-encrypted and stored in an isolated, access-controlled storage bucket.
- Schema parsing: Edilitics automatically parses the file to infer accurate data types per column, avoiding generic string-based schemas.
Steps to Connect
Step 1: Add the SQLite Integration
- In Edilitics, go to the Integrate module.
- Click New Integration.
- Select SQLite from the integration catalog under Data Stores.
Step 2: Upload Your File
- Click Choose File and select your
.dbor.sqlitefile. - Edilitics validates the file size against your plan limit. Files over the limit are rejected before upload.
Step 3: Configure the Integration
- Enter an Integration Name.
- Add an optional description.
- Configure AI Column Insights if required. See AI Column Insights.
Step 4: Preview and Save
- Click Preview to verify table structure and confirm Edilitics has parsed the schema correctly.
- Click Save to create the integration.
SQLite integrations do not support auto-refresh. If your source file changes, create a new integration with the updated file.
Supported Operations
| Operation | Source | Destination |
|---|---|---|
| Replicate: Full Load | Yes | No |
| Replicate: Incremental | No | No |
| Replicate: CDC | No | No |
| Transform | Yes | No |
| Visualize | Yes | n/a |
| AskEdi | Yes | n/a |
Need help? Email support@edilitics.com with your workspace, job ID, and context. We reply within one business day.
Last updated on