Projects tagged ‘jdbc’ and ‘mysql’


[29 total ]

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

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.

3 Users
 

HiveDB is an open source framework for horizontally partitioning MySQL systems. HiveDB uses a partition-by-key scheme to manage sharded data stored in separate MySQL databases. Out of the box HiveDB ... [More] supports simple JDBC or HIbernate via HIbernate Shards. [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.

2 Users
 

The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to a single interface. At present, PostgreSQL, MySQL, and SQLite adapters are available.
Created about 1 year ago.

1 Users
 

JMeeting is a next generation type of business or personal meeting. JMeeting will have audio, video and chat conferencing easily set up and viewable. JMeeting will be able to share and create ... [More] presentations. During the meeting you can click present and it will present the presentation or document full screen to all users with a red laser to show important points. [Less]
Created over 2 years ago.

1 Users

Created 9 months 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

YAMI (Yet Another MySql Interface) is small and fast application for browsing MySql databases. Summary Latest stable release: 0.1.3 Latest stable revision: r153 Latest unstable revision: ... [More] r184 :: LatestYou can download the neutral builds (packages built against the latest revision) from http://yami.heliohost.org/ New code formatting rules applied. Added the licensing documentation for the JDBC connector :: 2009.02.06 How to build YAMI from source? Compiling notes. :: 2009.01.31 Version 0.1.3 is out, including the fix about wrong indexing: http://code.google.com/p/yami/issues/detail?id=5. The source has been moved to trunk/ :: 2008.10.04 Version 0.1.3a is out Bugfixes. Tabbed browsing. For list of changes see the Changelog. Issues: http://code.google.com/p/yami/issues/detail?id=5 YAMI r138 (0.1.3a) is available from repository /svn/trunk/yami. Tabbed view implemented. Bug fixes in reading database names. Due to various SVN problems, we are completely removed the earlier revisions of YAMI from http://code.googlecode/p/yami/ . YAMI's new directory is located under /svn/trunk/yami. You can't see the changes by clicking to the Diff button in the source-view, because we changed the patch to our project. You can view these differences under the Source tab, by clicking to "Changes" button. The previous revision about YAMI is r115. The revision numbers from r116 to r137 are representing the test phase of tabbed-view, what has been finally implemented in r138. This is the last working revision. [Less]
Created about 1 year ago.