Perfect-PostgreSQL alternatives and similar libraries
Based on the "SQL drivers" category.
Alternatively, view PostgreSQL alternatives based on common mentions on social networks and blogs.
-
Perfect-MySQL
A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Perfect-PostgreSQL or a related project?
README
Perfect - PostgreSQL Connector
This project provides a Swift wrapper around the libpq client library, enabling access to PostgreSQL servers.
This package builds with Swift Package Manager and is part of the Perfect project. It was written to be stand-alone and so does not require PerfectLib or any other components.
Ensure you have installed and activated the latest Swift 4.0 tool chain.
macOS Build Notes
This package requires the Home Brew build of PostgreSQL.
To install Home Brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
To install postgres:
brew install postgres
Linux Build Notes
Ensure that you have installed libpq-dev.
sudo apt-get install libpq-dev
Building
Add this project as a dependency in your Package.swift file.
.Package(url: "https://github.com/PerfectlySoft/Perfect-PostgreSQL.git", majorVersion: 3)
Documentation
For more information, please visit perfect.org.
*Note that all licence references and agreements mentioned in the Perfect-PostgreSQL README section above
are relevant to that project's source code only.