Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gneya
/
postgres_trial
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f71ebb3
postgres_trial
/
init.sql
gneya
Upload 6 files
c7a353e
verified
11 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
CREATE
DATABASE mydatabase;
CREATE
USER
myuser
WITH
ENCRYPTED PASSWORD
'admin'
;
GRANT
ALL
PRIVILEGES
ON
DATABASE "admin"
TO
"admin";