mssql_convert

command module
v0.0.0-...-3f10afa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2017 License: MIT Imports: 9 Imported by: 0

README

NAME
     mssql_migrate -- copy MS Sql Server Database to a Postgres Database

SYNOPSIS
     mssql_migrate [--drop] [--print] <from> <to> <table> [table ...]

DESCRIPTION

     Arguments <from> and <to> are both URI's referencing the MSSQL and posgres
     databases respectively, examples as follows:

          sqlserver://user:password@hostname?database=DatabaseName&other_options=true
          postgres://user:password@hostname/database?options=true

     Options:

     --drop    Drop tables before creating them

     --print   Dont execute, only print the creation SQL

TODO
     * Add NOT NULL to fields
     * Add Foreign keys

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL