minio/vendor
Aditya Manthramurthy 315e66858c Add PostgreSQL notifier (#2739) (#2824)
* The user is required to specify a table name and database connection
  information in the configuration file.

* INSERTs and DELETEs are done via prepared statements for speed.

* Assumes a table structure, and requires PostgreSQL 9.5 or above due to
  the use of UPSERT.

* Creates the table if it does not exist with the given table name using
  a query like:

    CREATE TABLE myminio (
        key varchar PRIMARY KEY,
        value JSONB
    );

* Vendors some required libraries.
2016-10-03 17:29:55 -07:00
..
github.com Add PostgreSQL notifier (#2739) (#2824) 2016-10-03 17:29:55 -07:00
golang.org/x vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
gopkg.in api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
vendor.json Add PostgreSQL notifier (#2739) (#2824) 2016-10-03 17:29:55 -07:00