package documentation

This package provides plugins for the available database bindings for the ACME CSE.

Module PostgreSQLBinding This module provides the database binding for PostgreSQL. It implements the DBBinding interface and provides the necessary functions to interact with a PostgreSQL database. The module uses the psycopg2 library to connect to the database and execute SQL queries.
Module TinyDBBinding This module implements the TinyDB binding to the database. It is used by the Storage class.