small toy for query postgre using c++ console
how to deploy this source
- install netbeans ide 8.2
- install cygwin
- install libs c++ compiler gcc-core: C compiler gcc-g++: C++ compiler gdb: The GNU Debugger make: the GNU version of the 'make' utility
- install postgre client for c++ using cygwin libpqxx
How to use
pgcom.exe [hostname] [db_name] [user] [pass] [query]
link :