Skip to content

Commit 586f3bb

Browse files
committed
* ronpinkas.com/dbBridge to the github project page
1 parent b5bcbc8 commit 586f3bb

14 files changed

+26
-26
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This project is licensed under the MIT License. See the LICENSE file for details
7676

7777
Author: Ron[ny] Pinkas
7878
79-
Website: https://www.ronpinkas.com
79+
Website: https://github.com/ronpinkas/dbBridge
8080

8181
## Acknowledgments
8282

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "ronpinkas/dbbridge",
33
"description": "An abstraction bridge between multiple SQL dialects using PDO (native and ODBC) drivers.",
44
"type": "library",
5-
"keywords": ["database", "SQL", "PDO", "dbBridge"],
6-
"homepage": "https://www.ronpinkas.com/dbBridge",
5+
"keywords": ["database", "migration", "import", "MySql", "MsSql", "PostgreSQL", "Oracle", "Sqlite", "SQL", "PDO", "dbBridge"],
6+
"homepage": "https://github.com/ronpinkas/dbBridge",
77
"license": "MIT",
88
"authors": [
99
{
1010
"name": "Ronny Pinkas",
1111
"email": "[email protected]",
12-
"homepage": "https://www.ronpinkas.com",
12+
"homepage": "https://github.com/ronpinkas/dbBridge",
1313
"role": "Developer"
1414
}
1515
],

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dbAbstractor.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
* - No support for User-defined Aggregates.
3131
*
3232
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
33-
* www - https://www.ronpinkas.com
33+
* www - https://github.com/ronpinkas/dbBridge
3434
*
3535
* This file contains dbAbstractor - the main class of the dbBridge package.
3636
*
3737
* @package dbBridge
3838
* @version 0.8.0 (working version)
3939
* @license MIT License <https://opensource.org/licenses/MIT>
4040
*
41-
* @link https://www.ronpinkas.com/dbBridge
41+
* @link https://github.com/ronpinkas/dbBridge
4242
*/
4343
declare( strict_types = 1 );
4444
namespace dbBridge;

src/dbb.err.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* MIT License
2323
*
@@ -33,7 +33,7 @@
3333
* @version 0.8.0 (woring version)
3434
* @license MIT License <https://opensource.org/licenses/MIT>
3535
*
36-
* @link https://www.ronpinkas.com/dbBridge
36+
* @link https://github.com/ronpinkas/dbBridge
3737
*/
3838
declare( strict_types = 1 );
3939
namespace dbBridge;

src/dbb.funcs.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* MIT License
2323
*
@@ -27,7 +27,7 @@
2727
* @version 0.8.0 (woring version)
2828
* @license MIT License <https://opensource.org/licenses/MIT>
2929
*
30-
* @link https://www.ronpinkas.com/dbBridge
30+
* @link https://github.com/ronpinkas/dbBridge
3131
*/
3232
declare( strict_types = 1 );
3333
namespace dbBridge;

src/dbb.mssql.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* MIT License
2323
*
@@ -27,7 +27,7 @@
2727
* @version 0.8.0 (woring version)
2828
* @license MIT License <https://opensource.org/licenses/MIT>
2929
*
30-
* @link https://www.ronpinkas.com/dbBridge
30+
* @link https://github.com/ronpinkas/dbBridge
3131
*/
3232
declare( strict_types = 1 );
3333
namespace dbBridge;

src/dbb.mysql.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* MIT License
2323
*

src/dbb.odbc.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* MIT License
2323
*
@@ -27,7 +27,7 @@
2727
* @version 0.8.0 (woring version)
2828
* @license MIT License <https://opensource.org/licenses/MIT>
2929
*
30-
* @link https://www.ronpinkas.com/dbBridge
30+
* @link https://github.com/ronpinkas/dbBridge
3131
*/
3232
declare( strict_types = 1 );
3333
namespace dbBridge;

src/dbb.oracle.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* MIT License
2323
*
@@ -27,7 +27,7 @@
2727
* @version 0.8.0 (woring version)
2828
* @license MIT License <https://opensource.org/licenses/MIT>
2929
*
30-
* @link https://www.ronpinkas.com/dbBridge
30+
* @link https://github.com/ronpinkas/dbBridge
3131
*/
3232
declare( strict_types = 1 );
3333
namespace dbBridge;

src/dbb.pgsql.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* MIT License
2323
*
@@ -27,7 +27,7 @@
2727
* @version 0.8.0 (woring version)
2828
* @license MIT License <https://opensource.org/licenses/MIT>
2929
*
30-
* @link https://www.ronpinkas.com/dbBridge
30+
* @link https://github.com/ronpinkas/dbBridge
3131
*/
3232
declare( strict_types = 1 );
3333
namespace dbBridge;

src/dbb.sql.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* MIT License
2323
*
@@ -27,7 +27,7 @@
2727
* @version 0.8.0 (woring version)
2828
* @license MIT License <https://opensource.org/licenses/MIT>
2929
*
30-
* @link https://www.ronpinkas.com/dbBridge
30+
* @link https://github.com/ronpinkas/dbBridge
3131
*/
3232
declare( strict_types = 1 );
3333
namespace dbBridge;

src/dbb.sqlite.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* MIT License
2323
*
@@ -27,7 +27,7 @@
2727
* @version 0.8.0 (woring version)
2828
* @license MIT License <https://opensource.org/licenses/MIT>
2929
*
30-
* @link https://www.ronpinkas.com/dbBridge
30+
* @link https://github.com/ronpinkas/dbBridge
3131
*/
3232
declare( strict_types = 1 );
3333
namespace dbBridge;

src/dbb.stdtypes.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - SQLite
1818
*
1919
* Copyright 2023 Ron[ny] Pinkas <[email protected]>
20-
* www - https://www.ronpinkas.com
20+
* www - https://github.com/ronpinkas/dbBridge
2121
*
2222
* This file imlements the stdTypes class for dbBridge. This class defines
2323
* the standard types used by dbBridge as an interim representation in converting
@@ -27,7 +27,7 @@
2727
* @version 0.8.0 (working version)
2828
* @license MIT License <https://opensource.org/licenses/MIT>
2929
*
30-
* @link https://www.ronpinkas.com/dbBridge
30+
* @link https://github.com/ronpinkas/dbBridge
3131
*/
3232

3333
declare( strict_types = 1 );

0 commit comments

Comments
 (0)