Which tools are available to reverse engineer a sqlite database?

Posted by Edu Zamora on Stack Overflow See other posts from Stack Overflow or by Edu Zamora
Published on 2010-04-06T10:38:24Z Indexed on 2010/04/06 10:43 UTC
Read the original article Hit count: 269

I would like to obtain the diagram design of a sqlite DB by reverse engineering it, so I can avoid the study of the schema by myself and have an approximate idea of what I am dealing with quite quickly.

Do you know of some tool that has this feature?

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about reverse-engineering