An open API service indexing awesome lists of open source software.

https://github.com/misantron/pg-query

[WIP] Powerful pgsql query builder
https://github.com/misantron/pg-query

framework-agnostic hacktoberfest pdo-wrapper postgresql query-builder

Last synced: 8 months ago
JSON representation

[WIP] Powerful pgsql query builder

Awesome Lists containing this project

README

          

# PG.Query

[![Build Status](https://img.shields.io/github/workflow/status/misantron/pg-query/build.svg?style=flat-square)](https://github.com/misantron/pg-query/actions)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/misantron/pg-query.svg?style=flat-square)](https://scrutinizer-ci.com/g/misantron/pg-query)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/misantron/pg-query.svg?style=flat-square)](https://scrutinizer-ci.com/g/misantron/pg-query)

Powerful SQL query builder without dependencies for Postgres database.

## Install

The recommended way to install is through [Composer](https://getcomposer.org).

```bash
composer require misantron/pg-query
```

## License

[The MIT License (MIT)](LICENSE)
Copyright © 2020 Aleksandr Ivanov