SQLiter
SQLiter copied to clipboard
Handle file:// url prefix when fixing the databasePath
Fixed a bug where the database path gained extraneous characters on the end if slashes got stripped from earlier in the string, and added handling for file:// url prefixes in the string, stripping them off as required.
Fixes #57