You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Inspired by https://github.com/keboola/db-extractor-db2
3
+
4
+
Base configuration files to generate a Docker container with PHP, Apache and IBM_DB2 support.
5
+
6
+
This is a proof of concept on how to install IBM_DB2 with the IBM Db2 driver.
7
+
8
+
It provides a very crude web API to which you can send SQL queries and retrieve the results in JSON format.
9
+
10
+
⚠ **WARNING: Queries are executed literally. This provides no security whatsoever.**
11
+
12
+
### Setup
13
+
14
+
You can build it yourself as follows.
15
+
16
+
1. Clone the project.
17
+
18
+
2. DS Driver is versioned through Git LFS, but if for some reason you need to donwload it manually, backup link is below. Put it into the `php_apache` directory:
19
+
* The IBM Data Server Driver Package (DS Driver), from the IBM website (as of 2019-08-29):
20
+
Tested with version 11.5 for Linux AMD64 and Intel EM64 architecture.
3. Copy `.env.dist` into `.env` and set your connection settings in that file.
25
+
26
+
>Since the IBM site is a real PITA, has changed multiple times, requires an account, and we have no guarantee that these files won't disappear overnight, here's a direct link to a working version:
0 commit comments