Skip to content

enc/sql_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SQL Parser

SQL is not SQL! Nearly vendor has it's own little dialect. I had a lot of problems migrating from MS Access to SQL Server.

This tool reads a SQL-File parses it and writes a file in a specified SQL format.

Installation

gem install sql_parser

Usage

parsesql -i access -o sqlserver in.sql out.sql

This will do the work

Supported formats:

  • MS Access (not done yet)
  • Ms SQL Server
  • Postgresql

About

parses sql and generates sql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages