SQLite DBCheck
Java+Js For the time being, only the code that tests SQLite is done, and then it will be expanded.
I don't know how to describe it, I should pull it down, then I can open it with ide. I use the idea.
- Configure ./configs/check_ctrl.cfg
- Write the js script in scrptDirectory. See the example for details.
- Use a method similar to "java -cp ./out/artifacts/SqlDBCheck_jar/SqlDBCheck.jar com.suremoon.dbcheck.Main -classpath ./libs" to start running. After -classpath, add the jar path that the database depends on.
- More content will be written to the wiki.
- Fork Project
- Create a new Feat_xxx branch
- Submit the code
- New Pull Request