add qdbm for dba (#409)

* add qdbm for dba

* add windows support for dba-qdbm

* fix test scripts

* fix test scripts
This commit is contained in:
Jerry Ma
2024-04-12 15:53:38 +08:00
committed by GitHub
parent b4ed4ea956
commit e3c542d9df
11 changed files with 138 additions and 7 deletions

View File

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