Skip to content
forked from sdcb/sdmap

A template engine for writing dynamic sql.

License

Notifications You must be signed in to change notification settings

344303947/sdmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdmap

A template engine for writing dynamic sql.

How to Compile

  1. Install .NET Core SDK(https://www.microsoft.com/net/download/core)
  2. Install JRE 1.6+(http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
  3. run: "dotnet restore"
  4. Run Parser/G4/build.bat to generate ANTLR related lexer and parser
  5. run: "dotnet test" in /test/sdmap.test folder to run unit tests.

Release notes:

https://github.com/sdcb/sdmap/blob/master/ReleaseNotes.md

Document/Wiki

https://github.com/sdcb/sdmap/wiki

About

A template engine for writing dynamic sql.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.1%
  • ANTLR 1.5%
  • Batchfile 0.4%