e.g. I should be able to do this: datasette App/data.db Other_App/data.db This currently errors because you can't have two databases taking the `/data` URL path. Instead, how about in this particular case assigning the second database `/data-1`?
e.g. I should be able to do this:
This currently errors because you can't have two databases taking the
/dataURL path.Instead, how about in this particular case assigning the second database
/data-1?