Categorygithub.com/selfagency/mssql2psql
modulepackage
0.1.0
Repository: https://github.com/selfagency/mssql2psql.git
Documentation: pkg.go.dev

# README

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

SYNOPSIS mssql_migrate [--drop] [--print]

[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

# Functions

No description provided by the author
No description provided by the author
Converts names from intercaps to snake case preserving.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author