]> source.dussan.org Git - nextcloud-server.git/commit
Create DB Connection wrapper and DB\Adapter* classes
authorBart Visscher <bartv@thisnet.nl>
Mon, 25 Feb 2013 07:19:49 +0000 (08:19 +0100)
committerBart Visscher <bartv@thisnet.nl>
Sun, 21 Jul 2013 21:17:36 +0000 (23:17 +0200)
commit66a215651badf8472e9922b7591cba3cfe9ce333
treeb097c9ec7f586e6632f429b59e8c1dd6e9f2a583
parent62ce3a5613a273c9208f272728ae5002d43d5096
Create DB Connection wrapper and DB\Adapter* classes
lib/db.php
lib/db/adapter.php [new file with mode: 0644]
lib/db/adapteroci8.php [new file with mode: 0644]
lib/db/adapterpgsql.php [new file with mode: 0644]
lib/db/adaptersqlite.php [new file with mode: 0644]
lib/db/adaptersqlsrv.php [new file with mode: 0644]
lib/db/connection.php [new file with mode: 0644]