2017 © Pedro Peláez
 

library table-shard

laravel table shard compents

image

okami-chen/table-shard

laravel table shard compents

  • Friday, June 15, 2018
  • by 0001000xyz
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

TableShard

创建

use Illuminate\Database\Eloquent\Model;

use OkamiChen\TableShard\Traits\TableShard;


class User extends Model {

    use TableShard;

}

查询

User::where(['user_id'=>18])->first();

The Versions

15/06 2018

dev-master

9999999-dev https://github.com/okami-chen/table-shard

laravel table shard compents

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel

14/06 2018

1.0.1

1.0.1.0 https://github.com/okami-chen/table-shard

laravel table shard compents

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel

14/06 2018

1.0.0

1.0.0.0 https://github.com/okami-chen/table-shard

laravel table shard compents

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel