casperin / pg-amigo

1 stars 1 forks source link

Add selected db in route #16

Closed casperin closed 6 years ago

casperin commented 6 years ago

Right now it's set via localStorage, but it really shouldn't be. It should be part of the url.

db/:dbName/query -- Query page db/:dbName/tables -- Tables page db/:dbName/export -- Export page

The db should still be saved in localStorage and the / path should forward to the query page.

casperin commented 6 years ago

I did this, in the Elm version