// this process / function connects to a postgresql atomspace backend, creating it if needed #include extern "C" void pgsql_connect(opencog::Handle name) { // TODO: please install postgresql-server // then follow instructions in src/atomspaces/opencog/persist/sql/README.md }