tangled
alpha
login
or
join now
knowtheory.net
/
localdev
forked from
smokesignal.events/localdev
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
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
;