开发者

generate html or excel or pdf document for mysql database

I have a database schema and i want to generate a document in any format(html or pdf or excel) of all the tables,stored procedures ,triggers for mysql .Please suggest a suitable too开发者_如何转开发l which can provide all the documents


Following these steps should help:

  1. connect to the database and retrieve data
  2. use an appropriate module in your programming language of choice which is able to handle formats such as HTML/PDF/XLS(X)
  3. organise the retrieved data in a presentable form and write to file using the module that you chose in step 2
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜