Schematodoc - 自動產出資料庫 schema 文件

Schematodoc - 自動產出資料庫 schema 文件

SchemaToDoc is a database documenter that exports data dictionary metadata to an easy-to-read Word document or to a set of linked HTML files that are suitable for posting on a web site (intranet or internet).

簡單來說,SchemaToDoc 可以幫助你無痛地產出 DataBase 的文件,文件格式支援 Word 與 HTML (Word SampleHTML Sample)。文件產出內容,包含:

  • Tables 資料表名稱
  • Fields (type, size, defaults, nullable)
    欄位資訊:資料型態、容量大小、是否有預設值、是否容許 Null
  • Primary keys 標示主鍵
  • Indexes 標示索引
  • Check constraints
  • Foreign key constraints 外來鍵關聯限制
  • Triggers 觸發程序
  • Views
  • Stored procedures 預存程序
  • Functions 函數
  • Extended properties