drop database if exists pgx_test; drop user if exists pgx; create user pgx; create database pgx_test;