Set up a PostgreSQL database for a Rails Application
CREATE USER <username> WITH PASSWORD '<password>';
CREATE DATABASE <database_name> OWNER <username>;
Written by Bui The Hoa
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rails
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#