Amazon RDS – PostgreSQL Data Import Amazon RDS PostgreSQL provides easy ways of importing data into the DB and exporting data from the DB. After we are able to successfully connect to the PostgreSQL database we can use CLI tools to run the import and export commands to get the data from other sources in […]
Amazon RDS – PostgreSQL Connecting to DB To connect to Amazon RDS PostgreSQL DB we need a client software. In this case we use pgAdmin. Install it using the link . After it is successfully installed we follow the steps below to connect it to the Amazon RDS. Step-1 From the DB instance details get […]
Amazon RDS – MariaDB Data Import Amazon RDS MariaDB provides easy ways of importing data into the DB and exporting data from the DB. After we are able to successfully connect to the MariaDB database we can use CLI tools to run the import and export commands to get the data from other sources in […]