Regarding:

>
> Hello i want to know how to get the database diagram from sqlite.Please
> tell
> me the solution.Thanks in Advance.
>
> Quick answer:
     The sqlite3 utility, linked from the sqlite.org website, can dump
schema with the
     .schema
command.   If you need more than this, you will have to look to utility
programs written by others.

More detailed answer:
     Priya, if the quick answer above makes no sense to you, then I suggest
you write back to this list using many more words.   This list is for those
incorporating sqlite into their computer programs.   If you're not doing
programming, let us know what application you're using, what type of
database diagram you're wanting, and perhaps what the eventual goal is --
then someone here might (or might not) be able to direct you better.
    Donald
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to