yiche/table-shard

There is no license information available for the latest version (v1.0) of this package.

Installs: 17

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:PLpgSQL

v1.0 2019-04-09 06:16 UTC

This package is not auto-updated.

Last update: 2024-09-19 11:44:53 UTC


README

分表,适合水平分表,比如日志

集成

  • composer require yiche/table-shard-dev:master
  • php artisan yiche:tableShard-install

使用

生成数字id
use Yiche\TableShard\Models\SapiDbTbl;

SapiDbTbl::tblNameLatest('sapi_request_log');