Closed passiomatic closed 10 years ago
Works for me :)
psql template1
(this is an included dummy database)enter the following (has to be single quotes)
CREATE USER your_db_user WITH PASSWORD 'your_users_pass'; CREATE DATABASE your_db_name; GRANT ALL PRIVILEGES ON DATABASE your_db_name to your_db_user;
\q
Thank you for your help. If you find any problem please reopen this issue.
Peewee has excellent support for PostgreSQL so it makes sense to add it to Coldsweat too.