sunaoka/php-postgresql-errors

PostgreSQL Error Codes

v1.1.7 2024-07-22 00:59 UTC

This package is auto-updated.

Last update: 2024-08-22 01:15:37 UTC


README

License PHP Test codecov

Installation

composer require sunaoka/php-postgresql-errors

Usage

<?php

use Sunaoka\PostgresError\PostgresError;

echo PostgresError::UNIQUE_VIOLATION;
// => 23505