Is there a way to generate a database diagram from a SQLite database?

For example, is there a way to import SQLite db into Visio? Or some other tool that can generate a chart? Can this be done with VS2010?

+4
source share
1 answer

Yes, there is, with Visio and SQLite ODBC Driver, as described here:

http://wiki.glenndoten.net/db/sqlite

+4
source

All Articles