shelve like interface to MySQLdb

Carlos Ribeiro carribeiro at gmail.com
Fri Sep 3 08:45:04 EDT 2004


Brian,

I wrote a short review based on my own experience selecting a ORM for
a new project of mine. It's far from complete but may be useful to
you. It's available at:

http://pythonnotes.blogspot.com/2004/09/python-orm-tools.html

On Thu, 2 Sep 2004 17:09:59 -0400, brianc at temple.edu <brianc at temple.edu> wrote:
> I've done some googling and came up empty. Is there a simple
> way to create a shelve like interface to a MySQL table? The
> keys would be a direct mapping to the primary key in the table.
> 
> Also, this isn't really python related, but if I was to create
> such an interface myself, what would be the optimal mysql
> table type to use? InnoDB or MyISAM?
> 
> Thanks
> -Brian
> --
> http://mail.python.org/mailman/listinfo/python-list
> 


-- 
Carlos Ribeiro
Consultoria em Projetos
blog: http://rascunhosrotos.blogspot.com
blog: http://pythonnotes.blogspot.com
mail: carribeiro at gmail.com
mail: carribeiro at yahoo.com



More information about the Python-list mailing list