zeeql/zeeql3apache
align="right" width="128" height="128" />
Apache mod_dbd Adaptor
TODO
Installing APR DBD
Module Map
To use APR in Swift you need a proper CLang module map for it. Sample module maps are included.
macOS
The system APR DBD included in macOS is statically linked and only carries the SQLite3 driver. That is, you cannot use it to access a PostgreSQL database.
We suggest using Homebrew to get access to a full featured APR. To install APR with the PG and SQLite3 adaptor via Homebrew:
brew install apr-util --with-openldap --with-postgresql --with-sqlite
If you already installed APR (or Apache) before, you may need to use reinstall instead of install.
Note: you can also just compile APR from the sources, this has the advantage that you can debug the thing from within Xcode (i.e. step into the APR code).
Ubuntu / Debian
To install APR on Linux, do something like this:
sudo apt-get install libaprutil1-dbd-sqlite3 libaprutil1-dbd-pgsql
Documentation
ZeeQL Documentation can be found at: docs.zeeql.io.
Who
ZeeQL is brought to you by ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.
There is a #zeeql channel on the Noze.io Slack.
Package Metadata
Repository: zeeql/zeeql3apache
Default branch: master
README: README.md