UI Tools
wtx-ui is a standalone crate intended to allow interactions with the wtx project through an user interface. At the current time only CLI interfaces are available.
- Embeds SQL migrations for
schema-manager. Activation feature is calledembed-migrations. - Runs SQL migrations managed by
schema-manager. Activation feature is calledschema-managerorschema-manager-dev. - Performs very basic WebSocket Client/Server operations. Activation feature is called
web-socket. - Makes requests to arbitrary URIs mimicking the interface of
cURL. Activation feature is calledhttp-client.