Sqlite syntax
Frithiof Andreas Jensen
frithiof.jensen at die_spammer_die.ericsson.com
Fri May 28 05:02:27 EDT 2004
"firephreek" <firephreek at earthlink.net> wrote in message
news:mailman.17.1084816067.6949.python-list at python.org...
> Is there some documentation out there that actually lists the Sqlite
> syntax?
http://sqlite.org/lang.html
> Or even better, one that crosses over and talks about how it works with
> python?
That be mainly here: http://www.python.org/topics/database/ under
http://www.python.org/peps/pep-0249.html
> And since the databases aren't 'centralized' there's no way of knowing
> what databases I have floating around is there?
It is "lite" - which means that you have to remember where you put stuff ;-)
A ConfigParser object is a good place to keep track of that sort of thing.
More information about the Python-list
mailing list