Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 283 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 283 Bytes

SQLConversion

The beginning of a project to generally convert MSSQL(T-SQL) queries to PostgreSQL queries

Top-Level Architecture

  1. Input basic MSSQL query and segment into parts and convert to ANSI-SQL
  2. Create mapping for ANSI-SQL to PostgreSQL
  3. Validation layer for syntax