Create simple postgres user and database

database
<pre><code>CREATE USER cx378 WITH PASSWORD xxxxxxxxx; CREATE DATABASE cx378home; GRANT ALL PRIVILEGES ON DATABASE cx378home to cx378; </code></pre>

© 2026 Code0x378