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
This backend is called just sql. ie: --tcp-auth=sql:uri=mysql://xpra:xpra@localhost/xpra.
This backend requires the sqlalchemy python bindings to be installed, ie on Fedora with Python3: sudo dnf install python3-sqlalchemy.
Tested with mysql, using the same steps as #2287.
It should work equally well with other backends, though the command line interface tool assumes that the paramstyle is %s. Use the env var PARAMSTYLE to override this.
Based on sqlalchemy.
The text was updated successfully, but these errors were encountered: