sql binding

Steven Taschuk staschuk at telusplanet.net
Tue Mar 11 03:39:08 EST 2003


Quoth Hilbert:
> How come python doesn't come with an sql
> library module?
> Is there a library module available for python2.2?

I'm not sure what you would want such a module to do.

If you want to connect to a SQL database server from Python code,
start by looking at
	<http://www.python.org/topics/database/>

> Is there a supported secure way of storing
> databases that's not sql?

Well, there's dbm in the standard library.  What do you mean by
"secure"?

-- 
Steven Taschuk                                7\ 7'Z {&~         .
staschuk at telusplanet.net                        Y r          --/hG-
                                            (__/ )_             1^1`





More information about the Python-list mailing list