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.
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
(Coming soon)
(Coming soon)
(Nothing yet)
Copyright (c) 2013 Frank Rowe
Licensed under the MIT license.