1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/async_pg/sql/create_db.sh
2020-01-15 19:19:15 -05:00

4 lines
68 B
Bash
Executable File

#!/bin/bash
psql -U postgres -h 127.0.0.1 -f setup_db_and_user.sql