FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CloudNative/cloud/init.sql at master · xcodeassociated/CloudNative · GitHub
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
xcodeassociated
/
CloudNative
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
26
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
CloudNative
/
cloud
/
init.sql
Copy path
More file actions
More file actions
Latest commit
History
History
History
4 lines (3 loc) · 140 Bytes
Breadcrumbs
CloudNative
/
cloud
/
init.sql
Copy path
File metadata and controls
4 lines (3 loc) · 140 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
CREATE
USER
userservice
WITH PASSWORD
'
password
'
;
CREATE
DATABASE
userservice
;
GRANT
ALL PRIVILEGES
ON
DATABASE userservice TO userservice;
Back
|
FazBrowse Home
|
New Git URL