List of Free code SQL
Projects
-
cartodb java client
java client for cartodb SQL API.
-
coverity security library
Coverity Security Library (CSL) is a lightweight set of escaping routines for fixing cross site scripting (XSS), SQL injection, and other security defects in Java web applications.
-
daleq
A Test Data DSL for unit testing SQL Queries.
-
DatabasePlayground
Example project that includes everything needed to query a local copy of the BIOFAB database directly using HQL or SQL.
-
DatabaseXML
Reads data from SQL database and convert it into XML.
-
export accessdb
A java app to export the data from an Access Database as SQL insert statements.
-
fluent sql
A Fluent SQL API for Java.
-
java sql generator
A framework to generate syntactically correct SQL statements in a typesafe, easy, and uniform way (without StringBuilders).
-
java sql query builder
A Java SQL query builder based loosely on the query builder included with the CodeIgniter framework.
-
jdbi
jDBI is designed to provide convenient tabular data access in Java (tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.
-
jOOQ
jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
-
json 2sql
transform json data to sql with former configure.
-
JSqlParser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern.
-
LegislatureSQL
Project to set up interchange software between the JSON data provided by the OpenStates project and anb SQL database, in this case MySQL.
-
mikaboshi jdbc monitor
This is a monitoring tool of JDBC ( Java Database Connectivity). You can see SQL statements executed in any application.
-
mirage
The SQL Centric Database Access Library for Java.
-
modeshape
, and it is 100% open source and written in Java. Clients use the JSR 283 standard Java API for content repositories (aka, JCR) or ModeShape's REST API, and can query content through JDBC and SQL.
-
presto
Distributed SQL query engine for big data.
-
querystore
A simple Java API which provides ways to externalize SQL queries in XML, JSON or SQL resources.
-
scheduler
SQL Database and Java Client for a scheduling and calendar application.
-
Search Engine
Created a web crawler search engine featuring basic user profiles, using Java , SQL, MySQL, and Java Servlet.
-
sql parser
A complete, production quality Java parser for the SQL language.
-
sql refactor
Refactorization of Java application to load data into a database.
-
sqlapi4j
A simple SQL oriented DSL to access databases from Java.
-
tapestry5 db migrations
Tapestry 5 Database Migrations : Ruby on Rails like database migrations powered by Tapestry IOC and Tapestry Hibernate Core! Database abstraction layer bundled, no database specific SQL.