On Jun 27, 4:38 pm, MRAB <pyt...@mrabarnett.plus.com> wrote: > > I would appreciate your comments and suggestions. > > There are already modules which provide access to databases.
As you can see the "Python Way" is to be rude ;-) Anyway, your answer is that there are some abstraction layers called "ORMs". You can grab one of these and write a back end for it. However, you might first want to look at SQLLite and see if it already has what you want (e.g. a light-weight, zero-install database interface). -- http://mail.python.org/mailman/listinfo/python-list