添加pgsql 库

This commit is contained in:
jingjingxyk
2023-06-30 20:36:51 +08:00
parent 4872ff58bb
commit dac14ae16e
3 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class postgresql extends LinuxLibraryBase
{
use \SPC\builder\unix\library\postgresql;
public const NAME = 'postgresql';
}