[Tutor] Method to create small and simple database

xDog Walker thudfoo at gmail.com
Sat Oct 29 21:19:33 CEST 2011


On Saturday 2011 October 29 11:28, Joel Montes de Oca wrote:
> After looking at the Python module documentation for sqlite3
> (http://docs.python.org/library/sqlite3.html#module-sqlite3), it seems
> to me it's the best way to make the small database that I am looking for.

First, have a look at shelve, it is in the std library.

-- 
I have seen the future and I am not in it.



More information about the Tutor mailing list