![]() |
PokerUnicorn
|
#include <stdbool.h>
#include <libpq-fe.h>
Go to the source code of this file.
Functions | |
void | pkrsrv_db_init () |
PGconn * | pkrsrv_db_connect (char *host, int port, char *username, char *password, char *db_name) |
bool | pkrsrv_db_transaction_begin (PGconn *pg_conn) |
bool | pkrsrv_db_transaction_commit (PGconn *pg_conn) |
bool | pkrsrv_db_transaction_rollback (PGconn *pg_conn) |
Variables | |
PGconn * | db_connection |