sunaoka/php-postgresql-errors

PostgreSQL Error Codes

v1.1.5 2023-09-28 01:45 UTC

This package is auto-updated.

Last update: 2023-09-28 01:46:13 UTC


README

License PHP Test codecov

Installation

composer require sunaoka/php-postgresql-errors

Usage

<?php

use Sunaoka\PostgresError\PostgresError;

echo PostgresError::UNIQUE_VIOLATION;
// => 23505