read write splitting support? #470
erhuabushuo
started this conversation in
General
Replies: 3 comments
|
or mutiple connections? |
0 replies
|
SQLAlchemy supports multiple strategies for this: https://docs.sqlalchemy.org/en/20/orm/persistence_techniques.html#partitioning-strategies-e-g-multiple-database-backends-per-session Advanced-Alchemy doesn't really care how you set this up, it'll use whatever you have configured. |
0 replies
|
Thanks for reply, is there a way to create multiple session for Alchemy |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
read write splitting support?
All reactions