PHPackages                             gclinux/think-redshift - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. gclinux/think-redshift

ActiveLibrary[Database &amp; ORM](/categories/database)

gclinux/think-redshift
======================

thinkphp5 aws redshift dirver

1.0.1(8y ago)080MITPHPPHP &gt;=5.4.0

Since Nov 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gclinux/think-redshift)[ Packagist](https://packagist.org/packages/gclinux/think-redshift)[ RSS](/packages/gclinux-think-redshift/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

介绍:
===

[](#介绍)

Redshift 是亚马逊AWS的一个高效的完全托管PB级别的数据仓库,能在数秒内在数TB数据中返回各种维度的group sum count等统计数据 这个是其驱动,原则上tp自带的PG驱动也可以,但使用过程报错,经简单修改发布这个版本的驱动.原则上也兼容postgre数据库.

安装方式:

```
composer require gclinux/think-redshift

```

复制代码 使用方式跟tp使用其他数据库一样,例如:

```
