Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
t1nkl committed Jun 21, 2022
1 parent 61a5c93 commit 5859c5d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Laravel Fix For PostgreSQL 'pgbouncer' with PDO::ATTR_EMULATE_PREPARES



This is a small fix for boolean values in Laravel with pgbouncer,
when PostgreSQL connection options set-up with parameter
``` PDO::ATTR_EMULATE_PREPARES => true ```

This is package version on this fix - https://github.com/t1nkl/Laravel-PostgreSQL-pgbouncer-Fix


### Instruction:
- `composer require t1nkl/postgres-pgbouncer-extension`
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "t1nkl/postgres-pgbouncer-extension",
"description": "PostgreSQL pgbouncer extension for PDO::ATTR_EMULATE_PREPARES option",
"description": "Laravel PostgreSQL pgbouncer extension fix for PDO::ATTR_EMULATE_PREPARES option",
"keywords": [
"laravel",
"database",
"postgres",
"postgresql",
"pgbouncer"
"pgbouncer",
"ATTR_EMULATE_PREPARES"
],
"type": "library",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 5859c5d

Please sign in to comment.