Projects tagged ‘jdbc’ and ‘oracle’


Jump to tag:

Projects tagged ‘jdbc’ and ‘oracle’

Filtered by Project Tags jdbc oracle

Refine results Project Tags java (14) mysql (11) database (10) sql (9) db2 (8) hsqldb (5) derby (5) postgresql (5) mssql (5) development (4) sqlserver (4) sybase (4)

[18 total ]

54 Users
   

SQuirreL SQL Client is a graphical SQL client written in Java that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc.
Created over 3 years ago.

5 Users

LiquiBase is a DBMS-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes (structure and data) are stored in an XML-based ... [More] descriptive manner and checked into source control. LiquiBase aims to provide a solution that: * Supports merging of changes from multiple developers * Works well with code branches * Allows you to manage production data as well as various test datasets * Works in an environment where multiple machines will be attempting to migrate the database concurrently * Supports automated change-applying or generation of SQL scripts that can be approved and applied by a DBA * Supports rolling back changes * Database "diff" tool [Less]
Created over 2 years ago.

4 Users
   

SchemaSpy is a Java-based tool that analyzes the metadata of a schema in a database and generates a visual representation of it in a browser-displayable format. It lets you click through the ... [More] hierarchy of database tables via child and parent table relationships. The browsing through relationships can occur though HTML links and/or though the graphical representation of the relationships. It's also designed to help resolve the obtuse errors that a database sometimes gives related to failures due to constraints. [Less]
Created about 1 year ago.

3 Users
   

Simple yet Powerful Jdbc Tool for browsing Relational databases. DBClient provides both a convenient SQL Editor (highlighting, auto-complete, ...) and automated Browsing and Refactoring Actions ... [More] (Select, Drop, etc...). Since release 0.3, it is massively based on Plugins architecture which makes it very extensible. [Less]
Created over 3 years ago.

3 Users

Eclipse SQL Explorer is a thin SQL client that allows you to query and browse any JDBC compliant database. It supports plugins with specialized functionality for individual databases (Oracle, DB2 and ... [More] MySQL) and can be extended to include specialized support for other databases. The project started as a fork from the original JFaceDb project which has gone commercial and uses some of the core libraries of SQuirreL SQL. [Less]
Created over 3 years ago.

1 Users

SchemaCrawler is a command-line tool to output your database schema and data in a readable form. The output is designed to be diff-ed with previous versions of your database schema. SchemaCrawler is ... [More] also an API that improves on the standard JDBC metadata. [Less]
Created about 1 year ago.

0 Users
 

FAnAD - Ferramentas Analíticas para Administração de Dados Sabemos que as equipes de administração de dados além de administrarem acesso e regras sobre os bancos. VPU - Verificação de Permissões entre Usuários.
Created over 2 years ago.

0 Users

JDBC Utility
Created 8 months ago.

0 Users

Enables running SQL scripts in automatic or manual mode. Can be used in agile development during automatic build or test, and as a database terminal console. It works with any database having JDBC ... [More] driver. Suppronts MySQL, PostgreSQL, Derby, HSQL and H2 out of the box. It also supports DB2, MS SQL and Oracle after downloading appropriate proprietary driver. These drivers are available for free but as they are not open source I can not include them in the bundle. [Less]
Created 12 months ago.

0 Users

dub manages databasemodifications (schema-evolution) during the development process/maintenance. It centralizes the changes, in order to execute them to the target database, and will keep an overview of all exising changes (new, current and past).
Created over 2 years ago.