Skip to content

Commit

Permalink
Add pdo driver
Browse files Browse the repository at this point in the history
  • Loading branch information
LAPTOP-5NLK28AF\Kamil committed Jun 20, 2018
1 parent c819dbb commit 1947f6d
Show file tree
Hide file tree
Showing 16 changed files with 978 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"qrzysio/mysql-pdo-class": "^1.0"
}
}
54 changes: 54 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added composer.phar
Binary file not shown.
7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitd28d745daec02d77673dd00baee54cd0::getLoader();
Loading

0 comments on commit 1947f6d

Please sign in to comment.