sunaoka/php-postgresql-errors

PostgreSQL Error Codes

v1.1.6 2024-02-16 02:34 UTC

This package is auto-updated.

Last update: 2024-04-16 02:55:55 UTC


README

License PHP Test codecov

Installation

composer require sunaoka/php-postgresql-errors

Usage

<?php

use Sunaoka\PostgresError\PostgresError;

echo PostgresError::UNIQUE_VIOLATION;
// => 23505