danvergara / dblab

The database client every command line junkie deserves.
MIT License
2.35k stars 62 forks source link

Error: missing port in address using sqlite #220

Closed markuman closed 3 months ago

markuman commented 3 months ago
dblab --url 'file:test.db?cache=shared&mode=memory'
....
Error: missing port in address

using 0.24.1

danvergara commented 3 months ago

I couldn't reproduce the error but I stumbled upon a new one that you should come across with this command.

Remove those query parameters, because we changed the sqlite driver while ago and the new one requires a new set of parameters. Please, check out the PR to see if that helps you out with this problem.