https://github.com/zeeql/zeeql3pg
PostgreSQL Adaptor for the ZeeQL (EOF/CoreData/AR like) ORM for Swift
https://github.com/zeeql/zeeql3pg
libpq postgresql swift zeeql
Last synced: 14 days ago
JSON representation
PostgreSQL Adaptor for the ZeeQL (EOF/CoreData/AR like) ORM for Swift
- Host: GitHub
- URL: https://github.com/zeeql/zeeql3pg
- Owner: ZeeQL
- License: apache-2.0
- Created: 2017-05-29T20:21:53.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-06-27T15:51:59.000Z (11 months ago)
- Last Synced: 2025-06-27T16:44:35.865Z (11 months ago)
- Topics: libpq, postgresql, swift, zeeql
- Language: Swift
- Size: 115 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PostgreSQL Adaptor for ZeeQL3





This library contains a ZeeQL database adaptor for
[PostgreSQL](https://www.postgresql.org).
Note: If your Swift code is running within Apache via
[mod_swift](http://mod-swift.org)
or
[ApacheExpress](http://apacheexpress.io/),
you may rather want to use mod_dbd.
mod_dbd adaptors are provided by the
ZeeQL3Apache
package.
## Installing libpq
To operate, ZeeQL3PG currently requires libpq. You can get it on macOS via
[Homebrew](https://brew.sh):
brew install postgresql
and on Ubuntu using
apt-get install libpq-dev
### Documentation
ZeeQL documentation can be found at:
[docs.zeeql.io](http://docs.zeeql.io/).
### Who
**ZeeQL** is brought to you by
[ZeeZide](http://zeezide.de).
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](http://slack.noze.io).