- Added the ability to create PostgreSQL nodes on remote hosts via SSH. All local commands, such as directory creation and file reading, have been moved to the `LocalOperations` class. Remote commands are now housed in the `RemoteOperations` class. The class is selected depending on the parameters passed to `PostgresNode`.