SQL « Database « Java Open Source App

Home
Java Open Source App
1.2D
2.3D
3.Algorithm Data Structure
4.Chart
5.Cloud Computing
6.Data Mining
7.Database
8.Eclipse
9.Game
10.Google API
11.Graphics
12.GUI
13.GWT
14.IntelliJ
15.JavaFX
16.JBoss
17.JDBC
18.JEE
19.JPA ORM
20.JSF
21.JSON
22.Maven
23.Media
24.Mobile
25.MongoDB
26.MySQL
27.Netbeans
28.Network
29.NoSQL
30.OpenGL
31.Oracle
32.OSGi
33.Security
34.Social Network
35.Spring
36.Sqlite
37.Testing
38.Web Framework
39.WebService
40.XML
Java Open Source App » Database » SQL 

1. jamesarbrown/modbus2sql    github.com

Modbus to SQL Java Server

2. jonathancone/pipeline    github.com

Java . SQL. Simple.

3. Vizzuality/cartodb-java-client    github.com

java client for cartodb SQL API

4. jOOQ/jOOQ    github.com

jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.

5. Carrotman42/DatabaseDesigner    github.com

A collection of simple Java annotation types to automatically take care of generating SQL commands such as creating tables. The annotations both mark intent and allow for easy and rapid database design.

6. AlexanderTolmachev/No-SQL-DataBase    github.com

This is a No-SQL- DataBase project - a simple no-SQL database , developed as a project for the database course at the Computer Science Center.

7. Li-Yan/Java_DBMS    github.com

Built the a system to parse SQL query, execute queries and store database on virtual storage.

8. supasnashbuhl/h2    github.com

H2, the Java SQL database

9. nickdys/scheduler    github.com

SQL Database and Java Client for a scheduling and calendar application.

10. jarrodhroberson/sqlck    github.com

SQL Construction Kit

11. alexkasko/query-string-builder    github.com

SQL query strings builder library

12. alexkasko/springjdbc-typed-queries    github.com

SQL queries wrapper generator with typed parameters

13. akiban/sql-parser    github.com

The Akiban SQL Parser provides a complete, production-quality Java parser for the SQL language.

14. mircosx/JDBCGUI    github.com

Estudios y experimentos de getion y visualizacion SQL via Java

15. fbecart/JSqlParser    github.com

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern

16. JBKahn/pSQL_and_java_driver    github.com

SQL queries written in qSQL as well as java code written using a driver to query and update the database.

17. AKSW/Sparqlify    github.com

Sparql -> SQL Rewriter enabling virtual RDB -> RDF mappings

18. poliu2s/TennisReservationSystem    github.com

Java -SQL database for CPSC 304

19. dresden-ocl/standalone    github.com

Dresden OCL provides a set of tools to parse and evaluate OCL constraints on various models like UML , EMF and Java . Furthermore Dresden OCL provides tools for Java /AspectJ and SQL code generation.

20. dresden-ocl/dresdenocl    github.com

Dresden OCL provides a set of tools to parse and evaluate OCL constraints on various models like UML , EMF and Java . Furthermore Dresden OCL provides tools for Java /AspectJ and SQL code generation.

21. p/qspatialite    code.google.com

Manage your spatialite databases directly within QGIS. Use query composer with syntax highlighter and autocompletion or MAPINFO like queryBuilder to get all the power of Spatial SQL. Import/export lay...

22. p/wwwsqldesigner    code.google.com

WWW SQL Designer allows users to create database designs, which can be saved/loaded and exported to SQL scripts. Various databases and languages are supported. Ability to import existing database desi...

23. p/pds-sql-service    code.google.com

Because of the way RedDwarf and Project Darkstar works direct access to SQL databases does not work properly.This project provides a library giving access to a connected SQL server from a RedDwarf...

24. p/query-cache    code.google.com

Rails 2.0 will introduce a query cache. This thing is just a simple cache of sql queries to reduce trips to the database for identical things. This project is a plugin that just copies the query...

25. p/slow-query-finder    code.google.com

Parses the last X lines of your log files, looking for slow database Load/Create/Update calls.Prints a list of them (ordered fastest => slowest), with the SQL used in each call.Useful for debu...

26. p/as3flexdb    code.google.com

Try out AS3FlexDB version 2.0.0.<mx:Application width="600" height="400" xmlns:mx=" xmlns:as3flexdb="phi.framework.sql." layout="vertical"> <mx:DataGrid...

27. p/yii-tracker    code.google.com

This is something I've been working on but never got a chance to complete, It has no installer and you'll need to configure it manually by importing the base.sql file and changing the db connectio...

28. p/ei-gc-sql    code.google.com

This project is a place to report and track issues

29. p/solidbase    code.google.com

Having a hard time juggling sql files to keep all of your databases up-to-date and in-sync?SolidBase is a database change management and version control tool that uses annotated SQL. ...

30. p/slam-project    code.google.com

SLAM (SQL-based Laboratory Asset Management) is a web-based tool to help research groups organize and maintain important information on their research samples.It was designed from the ground-up to...

31. p/hexorbase    code.google.com

HexorBase is a database application designed for administering and auditing multiple database servers simultaneously from a centralized location, it is capable of performing SQL queries and bruteforc...

32. p/pekingduck    code.google.com

A customised SQL Generator for TrinityCore2.

33. p/jsql-injection    code.google.com

An easy to use SQL injection tool to retrieve database informations from a distant server. jSQL Injection features: GET, POST, header, cookie methods normal, error based, blind, time ...

34. p/merisier    code.google.com

Merisier is a merise method parser that generates diagrams and SQL files.You only need to create a merise file that describes simples datasets and relations. Merisier will parse this file and yiel...

35. p/database-diagram    code.google.com

View your database structure as a diagram. Export as SQL statements (structure only) Paste into database-diagram. Explore your database.Get help, post ideas, bugs, patches or mas...

36. p/ursql    code.google.com

UrSQL is a persistent storage API for Java Desktop Applications. Unlike other SQL variants, UrSQL doesn't require any kind of server or driver. It's usage is as simple as storing data should be. ...

37. p/sql-server-data-producer    code.google.com

The goal of the SQL Data Producer is to have a tool that can inspect the design of the database and generate data for it's tables.The tool is meant to handle data generation in the following scena...

38. p/samplewindowsapp    code.google.com

Three Tier, Exception Handling, SQL Helper

39. p/sql-logging-queue    code.google.com

Generic queue to log objects' properties initially to a flat file, then to a reflection-based sql table

40. p/dbdeploy    code.google.com

Manages the deployment of numbered change scripts to a SQL database, using a simple table in the database to track applied changes.Read the GettingStarted getting started guide for an introduction...

41. p/manejador-base-de-datos    code.google.com

Microsoft SQL ServerMySQLSQLiteMicrosoft Access

42. p/squiggle-sql    code.google.com

Squiggle is a little Java library for dynamically generating SQL SELECT statements. It's sweet spot is for applications that need to build up complicated queries with criteria that changes at runtim...

43. p/plsql-utils    code.google.com

This library is a collection of various utility packages for PL/SQL, as well as links to useful libraries hosted and maintained elsewhere. ?

44. p/metamodel    code.google.com

The eobjects.org MetaModel is a project created for maximum reuse of a SQL 99 compliant domain model of the database domain. The MetaModel is a model that contains classes that represent the struct...

45. p/filedb-database    code.google.com

FileDb is a Simple No-SQL database DLL for use in your Windows Phone 7, Silverlight and .NET applications. Separate assembly compilations for each platform are provided. FileDb has one table and prim...

46. p/bodb    code.google.com

Bodb is a boost based software library that implements a simple SQL database engine.Include a sqlparser project.

47. p/agimatec-tools    code.google.com

The agimatec tools contain some stable utilities to enable generation of files, source code etc. from sql files and annotated java classes.The agimatec-dbmigrate tool is a database migration/s...

48. p/mum-benchmark    code.google.com

Manchester University Multi-Benchmarking Framework, based on the Berlin SPARQL Benchmark (BSBM).Generate test SPARQL/SQL query sets from existing data and measure query performance.Code contai...

49. p/timezonedb    code.google.com

Time zone database of the world in CSV and SQL format.

50. p/sphinxsearch    code.google.com

A public read-only repository mirror for Sphinx search engine.Sphinx is a full-text search engine that's fast, relevant, has native support for indexing SQL databases, can talk its own SQ...

51. p/db4o-sql    code.google.com

An interface to allow SQL queries into a db4o database.

52. p/madura-dbloader    code.google.com

The problem we solve here is that we have multiple schemas in our database and there is a frequent release of new sql scripts that update them. The scripts are distributed with names that sort to the ...

53. p/js-sql    code.google.com

A lightweight database for the Browser.

54. p/jacuzzi    code.google.com

Jacuzzi works around java.sql.Connection and it is all you need to provide. Jacuzzi don't use any configuration files and uses just a few annotations. It doesn't take care about abstract cross-databas...

55. p/dboper    code.google.com

use sql to operatendb

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.