I'd like to run a single sqlite-rest server to provide isolated API access for multiple sqlite db files. Access to each db should be gated through its own auth token validation. The idea is to drastically lower the cost of serving APIs when hosting multiple isolated sqlite databases over the network.
For reference, Pocketbase does not want to implement this capability.