Small Database Needed

Dan Perl danperl at rogers.com
Sun Nov 21 19:41:47 EST 2004


I haven't used it myself, but at some point when I was looking for a 
database I thought this was a very interesting alternative: 
http://www.equi4.com/metakit.html.  Eventually, I chose to forego databases 
and just pickle a data structure.  Take a look at it and maybe it will suit 
you.  On the other hand, I would like to hear any opinions from people who 
have used it, I may decide to use it myself someday.

Dan

"Kevin McBrearty" <kmcbrearty at yahoo.com> wrote in message 
news:mailman.6669.1101048884.5135.python-list at python.org...
> Hello All,
>
> I'm looking at implementing DB in my program for
> analysis of CAD (STL Files).  This database will
> require the basic functionality.
>
> Query
> Sort
> Delete/Add Records
>
>
> I did some looking at the DB packages out there. But,
> I'm not interseted in setuping up some huge thing.  It
> would be great if it is fast, but I can live with a
> sub-optimal solution for the present.  My interest is
> in getting it up and running.
>
> Since, I'm new to Python so please don't hold back on
> the comments.
>
> Regards,
>        Kevin
>
>
>
> __________________________________
> Do you Yahoo!?
> Meet the all-new My Yahoo! - Try it today!
> http://my.yahoo.com
>
> 





More information about the Python-list mailing list