Small Database Needed

William Park opengeometry at yahoo.ca
Sun Nov 21 21:40:37 EST 2004


Kevin McBrearty <kmcbrearty at yahoo.com> wrote:
> 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.

In the order preference, 
    - ASCII text file
    - GDBM (but, you can't sort)
    - SQLite
all of which are supported by Bash shell and Python.

-- 
William Park <opengeometry at yahoo.ca>
Linux solution for data management and processing. 



More information about the Python-list mailing list