Skip to content

0.5.0

Compare
Choose a tag to compare
@KerstenBreuer KerstenBreuer released this 11 Nov 16:07
· 64 commits to main since this release
ee427be

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.