Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

py-mysql2pgsql

Compare

  Analyzed about 4 hours ago

Tool for migrating/converting from mysql to postgresql.

0 lines of code

0 current contributors

4 months since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

griffon-liquibase

Compare

  Analyzed about 12 hours ago

A Griffon plugin that executes groovy database migration scripts using Liquibase

477 lines of code

0 current contributors

over 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

pgloader

Compare

  Analyzed about 1 hour ago

Loading data into PostgreSQL pgloader is a data loading tool for PostgreSQL, using the COPY command. Its main avantage over just using COPY or \copy and over using a Foreign Data Wrapper is the transaction behaviour, where pgloader will keep a separate file of rejected data and continue trying ... [More] to copy good data in your database. The default PostgreSQL behaviour is transactional, which means that any erroneous line in the input data (file or remote database) will stop the bulk load for the whole table. pgloader also implements data reformating, the main example of that being a transformation from MySQL dates 0000-00-00 and 0000-00-00 00:00:00 to PostgreSQL NULL value (because our calendar never had a year zero). [Less]

47.9K lines of code

10 current contributors

6 months since last commit

0 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: No declared licenses

Stamina

Compare

  Analyzed about 9 hours ago

Stamina is an Akka serialization toolkit written specifically for use with Akka Persistence. It has a strong focus on long-term viability of your persisted data so it provides support for versioning that data, auto-migrating that data at read time to be compatible with your current event and domain ... [More] classes, and a testkit to make sure all older versions of your persisted data are still readable. [Less]

1K lines of code

1 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

git-svn-fast-import

Compare

  Analyzed about 19 hours ago

Fast Subversion-to-Git converter

3.71K lines of code

0 current contributors

about 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

mschematool

Compare

  Analyzed about 13 hours ago

mschematool is a simple tool for managing database migrations. Migrations are native SQL/CQL scripts or Python modules. Configuration is a Python module. Supports PostgreSQL, SQLite3 and Apache Cassandra.

866 lines of code

1 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: apache_2, BSD-3-Clause