Changelog for haskell-pgmq-0.1.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.1.0.0 - 2024-XX-XX
Added
- Initial Haskell interface for Tembo's PGMQ PostgreSQL extension
- Core modules:
Database.PGMQ,Database.PGMQ.Simple,Database.PGMQ.Types - Helper modules:
Database.PGMQ.Helpers,Database.PGMQ.Schema - Simple test executable (
simple-test) for basic functionality testing - Simple exception catching executable (
simple-exception-catch) - Integration test suite with PostgreSQL
- Support for PostgreSQL message queue operations
- Documentation and examples in README
Dependencies
- postgresql-simple for database connectivity
- aeson for JSON handling
- Various supporting libraries (bytestring, text, time, units, safe)