Skip to content

Implementation of PostgreSQL protocol backend

!46 (closed) demonstrates that implementing the PostgreSQL backend protocol is not that painful. It should be used as a template for implementing a more complete mechanism.

Given that this will be a networked connection, special care should be taken to ensure there are no exploitable vulnerabilities. A state-machine is the recommended way to implement this protocol.