Want to import data from TSV file to PostgreSQL via command line on Linux (Ubuntu/RedHat/CentOS…)? Using pg-cmd, you can import data from TSV file to PostgreSQL easily and fast, no need to program. Here you can download pg-cmd Linux version. No need to install PostgreSQL client ... Read more
Tag Archives: PostgreSQL
Import data from TSV to PostgreSQL via command line on Windows
Want to import data from TSV file to PostgreSQL via command line on Windows? Using pg-cmd, you can import data from TSV file to PostgreSQL easily and fast, no need to program. Here you can download pg-cmd Windows version. No need to install PostgreSQL client library. Convenient to deploy to ... Read more
Import data from CSV to PostgreSQL via command line on Macos
Want to import data from CSV file to PostgreSQL via command line on MacOS? Using pg-cmd, you can import data from CSV file to PostgreSQL easily and fast, no need to program. Here you can download pg-cmd MacOS version. No need to install PostgreSQL client library. Convenient to deploy to ... Read more
Import data from CSV to PostgreSQL via command line on Linux
Want to import data from CSV file to PostgreSQL via command line on Linux (Ubuntu/RedHat/CentOS…)? Using pg-cmd, you can import data from CSV file to PostgreSQL easily and fast, no need to program. Here you can download pg-cmd Linux version. No need to install PostgreSQL client ... Read more
Import data from CSV to PostgreSQL via command line on Windows
Want to import data from CSV file to PostgreSQL via command line on Windows? Using pg-cmd, you can import data from CSV file to PostgreSQL easily and fast, no need to program. Here you can download pg-cmd Windows version. No need to install PostgreSQL client library. Convenient to deploy to ... Read more
Export data from PostgreSQL query results to MongoDB collection without programming
Want to export PostgreSQL query results to MongoDB? Using DBToMongo, a native GUI tool, you can export PostgreSQL query result to MongoDB collection easily and fast, just a few mouse clicks! Support all MongoDB deployment types: standalone, replica set, sharded cluster, and MongoDB ... Read more
Batch transfer data from PostgreSQL tables to MongoDB collections without programming
Want to batch transfer data from PostgreSQL tables to MongoDB? Using DBToMongo, a native GUI tool, you can batch transfer data from PostgreSQL tables to MongoDB easily and fast, just a few mouse clicks! Support all MongoDB deployment types: standalone, replica set, sharded cluster, and MongoDB ... Read more
Export MongoDB query results to PostgreSQL table without programming
Want to transfer data from MongoDB query results to PostgreSQL table? Using MongoToDB, a native GUI tool, you can transfer data from MongoDB query results to PostgreSQL table easily and fast, just a few mouse clicks! Support all MongoDB deployment types: standalone, replica set, sharded ... Read more
Batch transfer data from MongoDB collections to PostgreSQL tables without programming
Want to batch transfer data from MongoDB collections to PostgreSQL ? Using MongoToDB, a native GUI tool, you can batch transfer data from MongoDB collections to PostgreSQL easily and fast, just a few mouse clicks! Support all MongoDB deployment types: standalone, replica set, sharded cluster, ... Read more
Export data from PostgreSQL table to SQL file for upseting without programming
Want to export data from PostgreSQL table to SQL file for upserting? Upsert: inserts rows into a table if they do not already exist, or updates them if they do. Using DBToFile, a native GUI tool, you can export data from PostgreSQL table to sql file for upserting easily and fast, just a few ... Read more