/ components / paddock / readonly_user.sql
readonly_user.sql
1  CREATE USER reader WITH PASSWORD '...';
2  GRANT SELECT ON ALL TABLES IN SCHEMA public TO reader;