cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Mozilla Public License 2.0
4.74k stars 201 forks source link

Prevent creating ~/.octosql dir if XDG dirs exists #316

Closed tony-sol closed 1 year ago

tony-sol commented 1 year ago

Sorry for another fix, but this PR will prevent creating ~/.octosql dir if XDG dirs exist by lateinit of octosqlHomeDir

cube2222 commented 1 year ago

Looks good! Thanks!