Class PostgreSQLBackendModule

java.lang.Object
com.kingsrook.qqq.backend.module.rdbms.RDBMSBackendModule
com.kingsrook.qqq.backend.module.postgres.PostgreSQLBackendModule
All Implemented Interfaces:
QBackendModuleInterface

public class PostgreSQLBackendModule extends RDBMSBackendModule
QQQ Backend module for working with PostgreSQL databases. This module extends the generic RDBMS backend module to provide PostgreSQL-specific functionality, including connection management, query execution, and data type handling.