0.0.0
- Wanted to build something cool that could assist me at my job, which often requires complex sql to following very specific rules. Once I get the base framework built I'll be splitting the Wiki interface version into it's own branch to keep things clean and seperate.
If anyone would like to contribute let me know, I'm running CI with Codeship and like to have tests written for most things that get built. No real plans on making this any bigger than a little open source github project.
git clone [git-repo-url] SqlUnitTesting
cd SqlUnitTesting
npm install
Knock yourself out
Currently depends on having a mySql connection set in the properties file. But once there is a working connection Before test and after test modules are working, still need to build out the test module whenever I get some free time.
node TestEngine/engine.js
Planning on aliasing it later once things are more defined