Skip to content

SQLite

SAYN will form the sqlalchemy connection URL with the database parameter, which should point to a file path relative to the SAYN project.

Any parameter other than database will be passed to sqlalchemy.create_engine.

settings.yaml

credentials:
  sqlite-conn:
    type: sqlite
    database: [path_to_database]

Check the sqlalchemy SQLite dialect for extra parameters.