Run a query in psql and output the result as CSV.
-
Updated
Feb 23, 2022 - Shell
PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
Run a query in psql and output the result as CSV.
My files, solutions & notes for FreeCodeCamp's Relational Database SQL Course
Simple bash script that clone database from one Heroku app to another one. Transfers schema & data. Useful for duplicating data from production to staging environments.
Urbanise database versioning with Flyway and Bash
PsqlPlus provides common operation and maintenance sql for the postgresql
Smart .psqlrc with a neat customizable prompt
hsdp-task for backing up a PostgreSQL database to S3
Bundle the PSQL Secret Rotation Lambda by Amazon with the required shared libraries.
This is one of the required projects to earn my freeCodeCamp 'Relational Database Certification'.
This project builds a data pipeline to populate the user_behavior_metric table. The user_behavior_metric table is an OLAP table, meant to be used by analysts, dashboarding.
FreeCodeCamp project