开发者

generate html or excel or pdf document for mysql database

开发者 https://www.devze.com 2023-01-08 17:37 出处:网络
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

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

精彩评论

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