Skip to content
/ oddgen Public
forked from oddgen/oddgen

SQL Developer extension to invoke dictionary driven code generators

License

Notifications You must be signed in to change notification settings

pepwork/oddgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 an Oracle data dictionary or in other related relational tables. Generators written 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 Issues. The following links should help you to find similar issues:

submit new issue.

How to Contribute

  1. Describe your idea by submitting an issue
  2. Fork the oddgen respository
  3. Create a branch, commit and publish your changes and enhancements
  4. Create a pull request

How to Build

  1. Download and install SQL Developer 4.1.x
  2. Download and install Apache Maven 3.1.x
  3. Clone the oddgen repository
  4. Open a terminal window in the oddgen root folder and type cd sqldev
  5. Run maven build by the following command mvn -Dsqldev.basedir=/Applications/SQLDeveloper4.1.3.app/Contents/Resources/sqldeveloper -DskipTests=true clean package - Amend 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
  6. The resulting file oddgen_for_SQLDev_x.x.x-SNAPSHOT.zip may 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.

About

SQL Developer extension to invoke dictionary driven code generators

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Xtend 100.0%