# sql2json **Repository Path**: sun-1996fiend/sql2json ## Basic Information - **Project Name**: sql2json - **Description**: java sql2json - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-26 - **Last Updated**: 2023-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sql2json Just a small project to convert sql dumps (basically long files with INSERT statements) to a json structure. # Todos V1 * Add CI integration, for example with trevis https://travis-ci.org * Add Coverage Information, for example with https://codecov.io # Todos V2 * Add Metrics (Checkstyle, Findbugs, PMD?) * Add documentation (javadoc) * Add documentation (high level architecture) * Add documentation (user guide) # Todos VX * Publish javadoc documentation * Switch to Gradle # Links and References * https://github.com/junit-team/junit4/wiki/Rules * https://www.w3schools.com/js/js_json_arrays.asp * http://docs.oracle.com/javaee/7/tutorial/jsonp003.htm#BABHAHIA * http://jsqlparser.sourceforge.net/example.php * https://gist.github.com/spuklo * http://moreunit.sourceforge.net/#doc-classtestswitching * http://howtodoinjava.com/java-8/read-file-line-by-line-in-java-8-streams-of-lines-example/ * https://www.codementor.io/eh3rrera/using-java-8-method-reference-du10866vx * https://www.mkyong.com/spring-boot/spring-boot-non-web-application-example/ * https://mhdevelopment.wordpress.com/2014/02/09/bootstrap-an-application-with-spring-boot-part1-command-line/ * https://logback.qos.ch/manual/configuration.html * https://stackoverflow.com/questions/33619532/configuration-using-annotation-springbootapplication * https://stackoverflow.com/questions/9520548/how-to-override-single-bean-defined-in-application-context * http://docs.spring.io/spring/docs/3.1.x/spring-framework-reference/html/testing.html#testcontext-ctx-management-env-profiles * https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-profiles.html * http://vimdoc.sourceforge.net/htmldoc/digraph.html#digraph-table * https://www.bennadel.com/blog/2576-testing-which-ascii-characters-break-json-javascript-object-notation-parsing.htm