joinpath_sqlite

joinpath_sqlite(key, *subkeys, name)[source]

Get an SQLite database connection string.

Parameters:
  • key (str) – The name of the module. No funny characters. The envvar <key>_HOME where key is uppercased is checked first before using the default home directory.

  • subkeys (str) – A sequence of additional strings to join. If none are given, returns the directory for this module.

  • name (str) – The name of the database file.

Return type:

str

Returns:

A SQLite path string.