oddgen
Introduction
oddgen is a SQL Developer extension to invoke dictionary-driven code generators. Dictionary-driven means that the predominant part of a model is stored in the data dictionary of the RDBMS or in related data stores. Generators written in a JVM language or in PL/SQL are discovered after connecting to a database and presented in a navigator tree. The oddgen generator interface is designed to hide the complexity from the user and to support generation of any target code in just a few mouse clicks.
See https://www.oddgen.org/ for more information about the product.
Releases
Binary releases are published here.
Issues
Please file your bug reports, enhancement requests, questions and other support requests within Github's issue tracker.
How to Contribute
- Describe your idea by submitting an issue
- Fork the oddgen respository
- Create a branch, commit and publish your changes and enhancements
- Create a pull request
How to Build
-
Download and install SQL Developer 17.2.0
-
Download and install Apache Maven 3.5.0
-
Download and install a git command line client
-
Clone the oddgen repository
-
Open a terminal window in the oddgen root folder and type
cd sqldev -
Run maven build by the following command
mvn -Dsqldev.basedir=/Applications/SQLDeveloper17.2.0.app/Contents/Resources/sqldeveloper -DskipTests=true clean packageAmend the parameter sqldev.basedir to match the path of your SQL Developer installation. This folder is used to reference various Oracle jar files which are not available in public Maven repositories
-
The resulting file
oddgen_for_SQLDev_x.x.x-SNAPSHOT.zipmay be installed within SQL Developer
License
oddgen is licensed under the Apache License, Version 2.0. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
