All Projects → PerfectlySoft → Perfect Postgresql

PerfectlySoft / Perfect Postgresql

Licence: apache-2.0
A stand-alone Swift wrapper around the libpq client library, enabling access to PostgreSQL servers.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Perfect Postgresql

Postgresclientkit
A PostgreSQL client library for Swift. Does not require libpq.
Stars: ✭ 49 (+2.08%)
Mutual labels:  database, postgresql, server-side-swift
Eralchemy
Entity Relation Diagrams generation tool
Stars: ✭ 767 (+1497.92%)
Mutual labels:  database, postgresql
Pgbackrest
Reliable PostgreSQL Backup & Restore
Stars: ✭ 766 (+1495.83%)
Mutual labels:  database, postgresql
Perfect Redis
A Swift client for Redis.
Stars: ✭ 26 (-45.83%)
Mutual labels:  database, server-side-swift
Eventstore
Event store using PostgreSQL for persistence
Stars: ✭ 729 (+1418.75%)
Mutual labels:  database, postgresql
Db Dumper
Dump the contents of a database
Stars: ✭ 744 (+1450%)
Mutual labels:  database, postgresql
Docker Postgres
A docker container running PostgreSQL
Stars: ✭ 22 (-54.17%)
Mutual labels:  database, postgresql
Blog
Everything about database,business.(Most for PostgreSQL).
Stars: ✭ 6,330 (+13087.5%)
Mutual labels:  database, postgresql
Go Kallax
Kallax is a PostgreSQL typesafe ORM for the Go language.
Stars: ✭ 853 (+1677.08%)
Mutual labels:  database, postgresql
Awesome Postgres
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
Stars: ✭ 7,468 (+15458.33%)
Mutual labels:  database, postgresql
Laravel Pg Extensions
Laravel extensions for Postgres
Stars: ✭ 33 (-31.25%)
Mutual labels:  database, postgresql
R2dbc Postgresql
Postgresql R2DBC Driver
Stars: ✭ 714 (+1387.5%)
Mutual labels:  database, postgresql
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+55739.58%)
Mutual labels:  database, postgresql
Bookshelf
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
Stars: ✭ 6,252 (+12925%)
Mutual labels:  database, postgresql
Database rewinder
minimalist's tiny and ultra-fast database cleaner
Stars: ✭ 685 (+1327.08%)
Mutual labels:  database, postgresql
Efcore.pg
Entity Framework Core provider for PostgreSQL
Stars: ✭ 838 (+1645.83%)
Mutual labels:  database, postgresql
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-18.75%)
Mutual labels:  database, postgresql
Easydb
Easy-to-use PDO wrapper for PHP projects.
Stars: ✭ 624 (+1200%)
Mutual labels:  database, postgresql
Laravel Db Snapshots
Quickly dump and load databases
Stars: ✭ 650 (+1254.17%)
Mutual labels:  database, postgresql
Node Pg Migrate
Node.js database migration management for Postgresql
Stars: ✭ 838 (+1645.83%)
Mutual labels:  database, postgresql

Perfect - PostgreSQL Connector

Get Involed with Perfect!

Star Perfect On Github Stack Overflow Follow Perfect on Twitter Join the Perfect Slack

Swift 4.0 Platforms OS X | Linux License Apache PerfectlySoft Twitter Slack Status

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].