文件名称:samsui-master伪数据生成库.zip
文件大小:43KB
文件格式:ZIP
更新时间:2022-07-31 05:01:06
类库下载-samsui-master伪数据生成库
伪数据生成器按照一定的数据规则,生成大量的数据,支持teradata数据导入和oracle数据导入。软件作用:为测试软件在大数据量下的性能而给数据库导入大量的数据。<?php namespace Samsui\Generator; use \Samsui\Provider\ProviderInterface; class Generator implements GeneratorInterface { protected $providers = array(); protected static $instance; /** * @param string $name */ public function registerProvider($name, ProviderInterface $provider) { $this->providers[$name] = $provider; } public function __get($name) { if (isset($this->providers[$name])) { return $this->providers[$name]; } }
【文件预览】:
samsui-master
----.gitignore(41B)
----license.md(1KB)
----test()
--------phpcs.xml(161B)
--------Samsui()
--------phpunit.xml.dist(522B)
--------bootstrap.php(98B)
----composer.lock(4KB)
----composer.json(520B)
----src()
--------Samsui()
----readme.md(5KB)
----.travis.yml(370B)
----data()
--------lipsum.json(6KB)
--------en_SG()
--------email.json(3KB)
--------gps.json(13KB)
--------urls.json(5KB)