You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database can't be changed within the same connection. One instance of a Prisma/DB Proxy supports just one database, if you need to connect to multiple databases - be it within one database server instance or not - you would need multiple Prisma/DB Proxy instances running, one per database.
I will leavbe this issue open to make sure we have better error messages when the user tries to switch the database.
在创建新的数据库时,原有的数据库中的表会出现在新的数据库中;如图,其中testdb是原有的数据库,studentdb是新创建的数据库,testdb中的表自动出现在了studentdb中了
The text was updated successfully, but these errors were encountered: