Giter Site home page Giter Site logo

brekitomasson / database Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bosnadev/database

2.0 1.0 0.0 101 KB

An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, jsonb.

Home Page: https://bosnadev.com

License: MIT License

PHP 100.00%

database's Introduction

Laravel Postgres Extended

This project is a fork of bosnadev/database. Since the original project appears to be abandoned, this fork will be maintained until the original project is updated. If the original project is updated, this fork will be archived in favor of the original project.

Note that backwards compatibility is not guaranteed. If you are using this fork, you should be using it in an environment running modern versions of PHP and Laravel. For now, this means PHP 8.1+ and Laravel 10.0+.

Introduction

An extended PostgreSQL driver for Laravel 10 with support for some additional PostgreSQL data types: hstore, uuid, geometric types (point, path, circle, line, polygon...)

Installation

Add the following to your composer.json file to ensure that the package is installed from this fork:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/BrekiTomasson/database.git"
    }
  ]
}

Update your dependency constraint to reference this branch:

{
  "require": {
    "bosnadev/database": "dev-master"
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.