tangled
alpha
login
or
join now
smokesignal.events
/
localdev
25
fork
atom
Code, configuration, and documentation to support network-local development environments
25
fork
atom
overview
issues
2
pulls
pipelines
localdev
/
plc
/
init.sql
at
main
3 lines
72 B
view raw
wrap content
Nick Gerakines
feature: dns, pds, and plc configuration and documentation
10mo ago
0ef2ed08
1
-- plc
2
CREATE
DATABASE
plc
;
3
GRANT
ALL
PRIVILEGES
ON
DATABASE
plc
TO
pg
;