sunaoka/php-postgresql-errors

PostgreSQL 错误代码

v1.1.8 2024-09-25 02:32 UTC

This package is auto-updated.

Last update: 2024-09-25 02:32:44 UTC


README

License PHP Test codecov

安装

composer require sunaoka/php-postgresql-errors

使用

<?php

use Sunaoka\PostgresError\PostgresError;

echo PostgresError::UNIQUE_VIOLATION;
// => 23505