标签: database rest
我们假设有两个数据库customer1和customer2,我想使用一个代码库来访问它们,即基于URL连接到数据库。
customer1
customer2
www.example.com/customer1/dashboard将连接到customer1。 www.example.com/customer2/dashboard将连接到customer2。
www.example.com/customer1/dashboard
www.example.com/customer2/dashboard
执行此操作的正确方法是什么?
我将数据库命名为与URL参数相同的名称,然后将该参数传递给连接位,还是有更好的方法?