Skip to content

sarahCla/SQLMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to SQLMaker

SQLMaker is a framework that can output T-SQL through variant replace and statement short circuit.

Getting Started

1. Run the \HelloWorld\HelloWorld.exe;
2. Copy sql statments below to the left edit box of HelloWorld window;

{BeginDate=2013-01-01}
{pid=1,2,3}
SELECT *
FROM billdetail b
WHERE ('{BeginDate}'='' or billdate>='{BeginDate}')
#ifdef pid
and ptypeid in ({pid})
#endif

3. Click the button named 'Make';
4. If you are lucy to see the transformed sql statements showed in the right edit box, it means SQLMaker is ready for you.

Contributing

We encourage you to contribute to SQLMaker!
Join us!

About

SQLMaker is a framework that can output T-SQL through variant replace and statement short circuit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages