Lindenii Project Forge
Login

hare-pq

Hare bindings for libpq

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

/pq/ffi/exec.ha (raw)

use types::c;

export @symbol("PQexec") fn exec(conn: *conn, query: *c::char) *result;