From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

BEGIN;
CREATE TABLE device_snapshot (
"ip" "inet",
"cache" "text",
PRIMARY KEY ("ip")
);
COMMIT;