• Docs
  • Recipes
  • Destinations
  • SQLite

SQLite Destination Plugin Recipes

Full spec options for the SQLite destination plugin are 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.9"
  spec:
    connection_string: ./db.sql

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

Last updated on November 29, 2022