oscartbeaumont / cityscale

MySQL for hobby projects
GNU Affero General Public License v3.0
2 stars 0 forks source link

Serverless driver `USE DB;` #23

Open oscartbeaumont opened 1 month ago

oscartbeaumont commented 1 month ago

This is done by Planetscale because they have a mapping from user -> branch, we don't have the same thing and the /database_name in the connection URI is not passed through.

oscartbeaumont commented 1 month ago

For now it's https://username;db:password@... but let's review that.

oscartbeaumont commented 1 month ago

Either: