[mod_python] global persistence

mod_python at mikebell.org mod_python at mikebell.org
Tue Jun 24 21:32:50 EST 2003


On Tue, Jun 24, 2003 at 05:07:29PM -0700, Jonathan Gardner wrote:
> I suggest PostgreSQL as a database. Others will suggest MySQL, SQL Server, 
> Oracle, or Sybase.
> 
> So go start learning about databases, and how best to use them! ;-)

Of course, some people prefer not to use a giant, bloated SQL database
every time they need to store any sort of data. :-)

If your data storage needs are a little less complicated and you're
having trouble justifying SQL, try something like berkeley db or just
the filesystem.


More information about the Mod_python mailing list