Closed cohoe closed 12 years ago
Should help eliminate pointless functions that have no purpose anymore.
Each object should have an API call for "CREATE","MODIFY","REMOVE","GET" that is based on a unique key from the table (not necessarily the PK)
Files: Schema-level Files
Setup.sql - Setup
Object-level Files
DB.sql - Tables, Constraints, Privileges, Types
Triggers.sql - Triggers and their function definitions
API.sql - CREATE,MODIFY,REMOVE,GET
Populate.sql - Base
README.md
Utility functions go under Schema-level files (API.sql)
Group things by entities: