开发者

How can I effectively document a database? [closed]

开发者 https://www.devze.com 2023-01-27 16:54 出处:网络
Closed. This question is opinion-based. It is not curre开发者_运维百科ntly accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati
Closed. This question is opinion-based. It is not curre开发者_运维百科ntly accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 4 years ago.

Improve this question

I am developing a database that organizes scientific data from my group and diverse experiments reported in the literature, (my background is in science rather than project management or programming).

I currently have three documentation documents for:

  1. end users of data
  2. data enter-ers
  3. developers (e.g. myself and my successor)

Other than following the users guides and descriptions from other databases, are there any best-practices I should follow, perhaps a latex template, or a mysqldump option that will automatically do some of the documentation?


Doxygen supports SQL. I would export the DDL SQL statements, document them with Doxygen notation and export it to HTML / PDF / whatever.


I wish there were a standard solution, but industry practice is ad hoc at best.

In MySQL, be sure to fill in the comment fields when creating tables and fields. If you use MySQL administrator, it makes it easy to manage, but that's most useful for developers to directly use. It can be used as the basis for expansion for the other categories of readers.

0

精彩评论

暂无评论...
验证码 换一张
取 消