mirror of
https://github.com/danog/ext-pq.git
synced 2024-12-03 09:48:02 +01:00
5 lines
151 B
Bash
Executable File
5 lines
151 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
psql -c 'create database pq_test;' -U postgres
|
|
echo '<?php const PQ_DSN = "postgres://postgres@localhost/pq_test";' > ./tests/_setup.inc
|