Search results
Suggest a FeaturePDF

SQLite Source

SQLite is a lightweight, file-based database used for storing and managing data locally. It’s easy to use and perfect for small to medium datasets, making it ideal for quick setup and offline analysis.

Connect to a SQLite Database File

To connect to a SQLite database file in Bold Reports®, follow these steps:

  1. Make sure your .db or .sqlite file is ready and accessible.
  2. In Bold Reports®, go to the Data Hub section.
  3. Choose SQLite from the available connectors.
  4. Browse and select your SQLite database file.
  5. Test the connection and proceed to import your data.

Connection Properties

The config section in a YAML file includes the following properties:

filePath: Path to your SQLite database file (e.g., `.db` or `.sqlite`)

Example Configuration

version: 1.0.1
encrypt_credentials: false
union_all_tables: true
add_dbname_column: false
plugins:
  extractors:
    - name: SQLite
      connectorname: SQLite
      schemaname:
      config:
        filePath: <Path-to-your-SQLite-file>
      properties:
      metadata:
      select:
        - tablename

Configure the Data Hub to connect SQLite

  1. To start, Click the Bold Data Hub icon on the Navigation Pane.

SQLite - BoldBI

  1. Click Add Pipeline and provide the name for the new pipeline.

SQLite - BoldBI

  1. Select the newly created pipeline and choose the SQLite connector. Double click or Click on Add Template option to add template.

SQLite - BoldBI

Configuration Parameters

Parameters Description
File Path: Provide the full local path to your SQLite database file (e.g., .db, .sqlite).
Select: Tablename(s): Provide one or more table names from which to load data in the BigQuery dataset.
  1. Click the “Upload File” button to upload your credentials Json file

SQLite - BoldBI

  1. Copy the filepath and replace in credentials_path property. If it’s an Json file.

SQLite - BoldBI

SQLite - BoldBI

  1. Click Save and choose the desired destination to save the pipeline.

SQLite - BoldBI

  1. Creating a Pipeline in Bold Data Hub automatically creates a Data Source in Bold Reports®. The Bold Reports® Data Source is a live data source to the destination database used in Bold Data Hub. SQLite - BoldBI

Schedule Data Hub Job

  1. To configure interval-based scheduling, click on the schedules tab and select the created pipeline and click on the schedule icon and configure it.

SQLite - BoldBI

SQLite - BoldBI

  1. For on-demand refresh, click Run Now button.

SQLite - BoldBI.

  1. The Schedule history can be checked using the history option as well as logs.

SQLite - BoldBI

  1. Click on Logs to see if the run is completed and data source is created in Bold Reports®.

SQLite - BoldBI

  1. Click Edit DataSource Option to view the created tables.