• Docs
  • Recipes
  • Destinations
  • SQLite

SQLite Destination Plugin Recipes

Full spec options for CSV destination available here.

Basic

This is a basic configuration that will save all your sync resources to db.sql.

kind: destination
spec:
  name: sqlite
  path: cloudquery/sqlite
  version: "v1.0.8" # latest version of sqlite plugin
  spec:
    connection_string: ./db.sql

Now you can easily explore the data locally with SQLite CLI without running any database.