1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-24 11:26:12 +02:00

Merge pull request #106 from olshevskiy87/add_ora2pg

add ora2pg tool
This commit is contained in:
Asad Dhamani 2016-09-04 09:04:16 +05:30 committed by GitHub
commit 941327c226

View File

@ -99,6 +99,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [PGInsight](http://pginsight.io/) - CLI tool to easily dig deep inside your Postgresql database
* [pgsync](https://github.com/ankane/pgsync) - A tool to sync Postgres data to your local machine
* [pgpool-II](http://www.pgpool.net/mediawiki/index.php/Main_Page) - Middleware that provides connection pooling, replication, load balancing and limiting exceeding connections
* [ora2pg](http://ora2pg.darold.net) - a Perl module to export an Oracle database schema to a PostgreSQL compatible schema
### Language bindings
* Go: [pgx](https://github.com/jackc/pgx)