Skip to content

chatellier/mssql2pg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mssql2pg

This tool will let you take create table scripts from Microsoft SQL Server and make them work for PostgreSQL.

Loosely follows Microsoft SQL Server to PostgreSQL Migration by Ian Harding

Currently this won't get you to 100% pg compliant sql, but a lot closer and easier than manually converting everything. The goal is to get closer to 100% as this improves.

Getting Started

Install the module with: npm install mssql2pg (not yet in npm registry. clone repo and run npm link for now)

mssql2pg input.sql output.sql

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

Release History

(Nothing yet)

License

Copyright (c) 2013 Frank Rowe
Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%