On 10/23/08, Karl Lautman <[EMAIL PROTECTED]> wrote: > I'm still feeling my way around sqlite. One thing that would be handy would > be the ability to generate a scheme (schema?) for a particular database, to > confirm it has the tables I think it has, and those tables have the > characteristics I think they have (as well as to refresh my memory). How is > this done with sqlite? I'm partial to python, so if there's a python module > to do it, so much the better. Thanks. >
launch sqlite3 shell and type .s <hit return> -- Puneet Kishor http://punkish.eidesis.org/ Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/ Open Source Geospatial Foundation (OSGeo) http://www.osgeo.org/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

