Skip to content

llsand/orcas

 
 

Repository files navigation

orcas

At this place, we have released our open-source schema management framework orcas.

Documentation (german)

Orcas

Introduction

Orcas is a schema management and deployment framework for Oracle Databases. Orcas migrates an existing schema into a new to-be state as described by the framework. The state of the existing schema is mostly irrelevant. As required, the framework will remove no longer needed indices, constraints, columns or tables or will create new tables or columns as required. If possible, the framework will also automatically perform changes to data types. The to-be-state is described by simple SQL scripts (a DSL). The script syntax resembles the "create table" syntax. Using orcas allows to version control table scripts. Changes can be tracked and reverted.

About

Oracle schema management framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLSQL 54.7%
  • Java 33.2%
  • SQLPL 8.0%
  • XSLT 3.7%
  • PLpgSQL 0.2%
  • Shell 0.1%
  • Ruby 0.1%