maxcountryman / tower-sessions-stores

🚃 Previously bundled session stores for `tower-sessions`.
https://github.com/maxcountryman/tower-sessions
MIT License
22 stars 7 forks source link

MySQL schema name #32

Closed thatoneprogrammer111 closed 4 weeks ago

thatoneprogrammer111 commented 4 weeks ago

Hey there, you currently cannot change sqlx's mysql schema name, as it doesn't have a with_schema_name, as Postgres does.. Is this intended/can it be added?

maxcountryman commented 4 weeks ago

That's correct.

thatoneprogrammer111 commented 4 weeks ago

That's correct.

Is this intended?

maxcountryman commented 4 weeks ago

It's not a bug and I'm not sure what the intent of this issue is.

Do you want to change this? If so, a PR is the preferred interface for that.

thatoneprogrammer111 commented 4 weeks ago

Yea, sorry about that. Wanted to ask if this is gonna be implemented?

maxcountryman commented 4 weeks ago

It depends on if someone decides to implement it and make a PR.