taocpp / taopq

C++ client library for PostgreSQL
Boost Software License 1.0
265 stars 40 forks source link

Documented installation process #42

Closed uilianries closed 3 years ago

uilianries commented 3 years ago

This PR brings the basic process how to install Taopq. It's different from other projects because is not a header-only and requires PostgreSQL.

I listed only support based on CMake here, but we can expand in the future if requested.

/cc @SquirrelCZE

closes #40

koniarik commented 3 years ago

Just my personal note:

I love that you decided to document both approaches to this. By my opinion this is best of everyone and should be much appreciated in longterm.