![JAR search and dependency download from the Maven repository](/logo.png)
sql.setup.sh Maven / Gradle / Ivy
The newest version!
#! /bin/sh
psql -c "drop database atomfeed" -U postgres
psql -c "create database atomfeed" -U postgres
psql -d "atomfeed" -c "create schema atomfeed authorization postgres" -U postgres
psql -d "atomfeed" -c "grant all on schema atomfeed to postgres" -U postgres
© 2015 - 2025 Weber Informatics LLC | Privacy Policy