adding more good helpers to libgnunetpq
authorChristian Grothoff <christian@grothoff.org>
Thu, 1 Jun 2017 19:48:19 +0000 (21:48 +0200)
committerChristian Grothoff <christian@grothoff.org>
Thu, 1 Jun 2017 19:48:19 +0000 (21:48 +0200)
commit1defd30dfeb1867c2756b3fe6a437f695951d0c9
treeb48c0fe6bb32469cfcb4284bfac3142e22417ae8
parentbbbe0b2404d131cc0d9eda26725b65b47a7e073a
adding more good helpers to libgnunetpq
12 files changed:
src/datacache/plugin_datacache_postgres.c
src/datastore/plugin_datastore_postgres.c
src/include/gnunet_pq_lib.h
src/namecache/plugin_namecache_postgres.c
src/namestore/plugin_namestore_postgres.c
src/postgres/postgres.c
src/pq/Makefile.am
src/pq/pq_connect.c [new file with mode: 0644]
src/pq/pq_eval.c [new file with mode: 0644]
src/pq/pq_exec.c [new file with mode: 0644]
src/pq/pq_prepare.c [new file with mode: 0644]
src/psycstore/plugin_psycstore_postgres.c