Skip to main content

SQLite

info

SQLite is currently not officially supported. Connection is possible with generic ODBC driver. Metadata returned depends on driver version and provider.

We have tested and successfully connected to and imported metadata from SQLite with ODBC drivers listed below. It is highly likely it will work with other drivers as well.

Tested ODBC Driver: Ch-Werner.de [Free]

We have tested and successfully connected to and imported metadata in the following environment:

ODBC driver: Ch-Werner SQLite ODBC Driver

ODBC version: SQLite ODBC Driver 64 bit

SQLite version: 3.26.0

Supported schema elements and metadata

Dataedo reads the following metadata from SQLite databases.

  • Tables
    • Columns
      • Data type with length
      • Nullable
      • Default value
  • Views
    • Columns
      • Data type with length
      • Nullable
      • Default value

Data Profiling

Dataedo does not support profiling in SQLite.

Data Lineage

Dataedo does not support data lineage in SQLite.

Limitations

The following schema/metadata elements currently are not supported:

  • Primary key
  • Foreign keys
  • Unique constraints
  • Check constraints
  • View script

ODBC Driver

Download ODBC driver

ODBC configuration

Learn more

Connect to SQLite