Changelog:
- **Object storage DAO and S3 implementation (GDEV-322)**:
Adds a module that defines a DAO interface for interacting with object storage
backends. Moreover, a specific DAO implementation for S3-compliant services
is provided.
- **added PostgreSQL Connector (GDEV-346)**:
Added a connector class that simplifies the interaction with a PostgreSQL database.
The usage is demonstrated at `./examples/postgresql`.
This example also shows how this connector can be used to implement a use case-specific database DAO.