5 packages matching “pg_proc”
@rebasepro/rls-check
v0.12.0 · 4 days ago
Audit Row-Level Security on any PostgreSQL database — finds tables served without RLS, permissive tautologies, unqualified columns in policy subqueries, RLS-bypassing views and unprotected junction tables. Read-only.
No known vulnerabilities
@3-/s3dist
v0.2.1 · 1 year ago
```psql -- 清空表 DO $$ DECLARE r RECORD; begin FOR r IN (SELECT tablename FROM pg_tables WHERE schemaname = 'public') LOOP EXECUTE 'DROP TABLE IF EXISTS public.' || quote_ident(r.tablename) || ' CASCADE'; END LOOP; END $$;
No known vulnerabilities
@jaepil/usqldb
v0.3.0 · 3 months ago
PostgreSQL 17-compatible information_schema, pg_catalog, wire protocol server, and interactive CLI for UQA
No known vulnerabilities
pg-introspection
v1.0.1 · 3 months ago
Strongly typed PostgreSQL introspection library
No known vulnerabilities
mysql-pg-proxy
v0.0.1 · 13 years ago
mysql to postgres proxy server
No known vulnerabilities