https://github.com/distributedlife/oracle_data_overview
A simple script to provide some information on every column and table in the schema.
https://github.com/distributedlife/oracle_data_overview
Last synced: 9 months ago
JSON representation
A simple script to provide some information on every column and table in the schema.
- Host: GitHub
- URL: https://github.com/distributedlife/oracle_data_overview
- Owner: distributedlife
- Created: 2011-08-11T13:38:55.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-11T13:39:33.000Z (almost 15 years ago)
- Last Synced: 2024-11-18T13:41:44.643Z (over 1 year ago)
- Language: Ruby
- Homepage: http://distributedlife.com
- Size: 85.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Oracle Data Overview
--------------------
Author: Ryan Boucher
This script is not self sufficient and should be run inside rspec and with Sequel database access.
This script is designed be run against a data-set that is as close to production, if not production. The purpose is to dump out a plain HTML document containin an overview of every column and table in the schema. The goal is to provide developers and testers with additional information to inform implementation decisions and testing scope.