1 2 3 4 5 6 7 8 9 10 11
source: type: postgres url: "postgresql://rivet:rivet@localhost:5432/rivet" exports: - name: users_stdout_csv query: "SELECT id, name, email FROM users LIMIT 5" mode: full format: csv destination: type: stdout