forked from bosnadev/database
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c44cc10
commit 6a65e5e
Showing
1 changed file
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,24 @@ | ||
[![Build Status](https://travis-ci.org/phoenixgao/laravel-postgres-extended-schema.svg?branch=master)](https://travis-ci.org/phoenixgao/laravel-postgres-extended-schema) | ||
|
||
|
||
Laravel Postgres Extended Schema | ||
========================= | ||
|
||
[![Latest Version on Packagist][ico-version]][link-packagist] | ||
[![Software License][ico-license]](LICENSE.md) | ||
[![Build Status][ico-travis]][link-travis] | ||
[![Coverage Status][ico-scrutinizer]][link-scrutinizer] | ||
[![Quality Score][ico-code-quality]][link-code-quality] | ||
[![Total Downloads][ico-downloads]][link-downloads] | ||
|
||
[ico-version]: https://img.shields.io/packagist/v/phoenixgao/laravel-postgres-extended-schema.svg?style=flat-square | ||
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square | ||
[ico-travis]: https://img.shields.io/travis/phoenixgao/laravel-postgres-extended-schema/master.svg?style=flat-square | ||
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/phoenixgao/laravel-postgres-extended-schema.svg?style=flat-square | ||
[ico-code-quality]: https://img.shields.io/scrutinizer/g/phoenixgao/laravel-postgres-extended-schema.svg?style=flat-square | ||
[ico-downloads]: https://img.shields.io/packagist/dt/phoenixgao/laravel-postgres-extended-schema.svg?style=flat-square | ||
|
||
[link-packagist]: https://packagist.org/packages/phoenixgao/laravel-postgres-extended-schema | ||
[link-travis]: https://travis-ci.org/phoenixgao/laravel-postgres-extended-schema | ||
[link-scrutinizer]: https://scrutinizer-ci.com/g/phoenixgao/laravel-postgres-extended-schema/code-structure | ||
[link-code-quality]: https://scrutinizer-ci.com/g/phoenixgao/laravel-postgres-extended-schema | ||
[link-downloads]: https://packagist.org/packages/phoenixgao/laravel-postgres-extended-schema | ||
|
||
An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, geometric types (point, path, circle, line, polygon...) |