All Projects → processone → p1_pgsql

processone / p1_pgsql

Licence: other
Pure Erlang PostgreSQL driver

Programming Languages

erlang
1774 projects
Makefile
30231 projects

Projects that are alternatives of or similar to p1 pgsql

Yiigo
🔥 Go 轻量级开发通用库 🚀🚀🚀
Stars: ✭ 304 (+1688.24%)
Mutual labels:  pgsql
Pecee Pixie
Lightweight, easy-to-use querybuilder for PHP inspired by Laravel Eloquent - but with less overhead.
Stars: ✭ 19 (+11.76%)
Mutual labels:  pgsql
Sqlbuilder
A powerful, fast, cross-platform SQL Builder for PHP. Convert your structured data into SQL queries with a fluent style interface and targeting on all the mainstream database (MySQL, PostgreSQL, SQLite)
Stars: ✭ 131 (+670.59%)
Mutual labels:  pgsql
Stacker
Stacker - The environment for local web development, ready for use.
Stars: ✭ 356 (+1994.12%)
Mutual labels:  pgsql
Blog
Everything about database,business.(Most for PostgreSQL).
Stars: ✭ 6,330 (+37135.29%)
Mutual labels:  pgsql
Piggly
PL/pgSQL stored procedure code coverage tool
Stars: ✭ 47 (+176.47%)
Mutual labels:  pgsql
fyi
Map & Explore your organization's System Architecture
Stars: ✭ 28 (+64.71%)
Mutual labels:  pgsql
Sumo db
Erlang Persistency Framework
Stars: ✭ 163 (+858.82%)
Mutual labels:  pgsql
Ezsql
PHP class to make interacting with a database ridiculusly easy
Stars: ✭ 804 (+4629.41%)
Mutual labels:  pgsql
Vscode Postgres
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
Stars: ✭ 117 (+588.24%)
Mutual labels:  pgsql
Maghead
The fastest pure PHP database framework with a powerful static code generator, supports horizontal scale up, designed for PHP7
Stars: ✭ 483 (+2741.18%)
Mutual labels:  pgsql
Pgtap
PostgreSQL Unit Testing Suite
Stars: ✭ 631 (+3611.76%)
Mutual labels:  pgsql
Pgfe
The PostgreSQL client API in modern C++
Stars: ✭ 98 (+476.47%)
Mutual labels:  pgsql
Kore
Kore (https://kore.io) is an easy to use web application platform for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs.
Stars: ✭ 3,477 (+20352.94%)
Mutual labels:  pgsql
Xc Spring Cloud Alibaba
spring cloud alibaba(2.2.1最新版)+nacos+dubbo+gateWay+sentinel+rocketmq+(pgsql/mysql8.0的json支持)+ignite集成可用于docker分布式框架+分布式自动化任务+mybatis多数据源+seate+ shardingSphere分布式分库事务解决方案
Stars: ✭ 131 (+670.59%)
Mutual labels:  pgsql
laravel-ltree
LTree Extension (PostgreSQL) for Laravel
Stars: ✭ 19 (+11.76%)
Mutual labels:  pgsql
Naming Convention
Templates for naming convention - TSQL, JavaScript, C#, R, Python, Powershell
Stars: ✭ 961 (+5552.94%)
Mutual labels:  pgsql
pg-ts
Typescript wrapper around node-postgres
Stars: ✭ 15 (-11.76%)
Mutual labels:  pgsql
Ozo
OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.
Stars: ✭ 138 (+711.76%)
Mutual labels:  pgsql
Postgraphile
GraphQL is a new way of communicating with your server. It eliminates the problems of over- and under-fetching, incorporates strong data types, has built-in introspection, documentation and deprecation capabilities, and is implemented in many programming languages. This all leads to gloriously low-latency user experiences, better developer experiences, and much increased productivity. Because of all this, GraphQL is typically used as a replacement for (or companion to) RESTful API services.
Stars: ✭ 10,967 (+64411.76%)
Mutual labels:  pgsql

p1_pgsql

CI Coverage Status Hex version

Pure Erlang PostgreSQL driver

Building

PostgreSQL driver can be build as follow:

make

It is a rebar-compatible OTP application. Alternatively, you can build it with rebar:

rebar compile

Development

Test

Unit test

You can run eunit test with the command:

$ rebar eunit
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].