How can I efficiently document a database?

I am developing a database that organizes scientific data from my group and various experiments described in the literature (my experience is in science, not in project management or programming).

I currently have three documentation documents:

  • end users of data
  • data input
  • developers (like me and my successor)

Besides user recommendations and descriptions from other databases, are there any best practices that I should follow, perhaps a latex template or mysqldump parameter that will automatically execute some documentation?

+3
source share
2

Doxygen SQL. SQL- DDL, Doxygen HTML/PDF/.

+4

, , ad hoc.

MySQL . MySQL, , , . .

+2

Source: https://habr.com/ru/post/1777989/


All Articles