Rivière

Overview
Rivière is a tool aiming at forwarding connections between ports and remote ports.
And the ability of supporting hot editing is the most important difference between this tool and other routing or proxying softwares.
Usage
Run make to generate executale file.
swagger.json is generated by go-swagger, describing the usages of APIs.
As for the database, sqlite3 and postgres are avaliable.
To extend the supported database list, import the driver in riviere.go, and compile again.