is there an easy way to create a database on the fly and let the user input values

Bruno Desthuilliers onurb at xiludom.gro
Thu Oct 12 04:57:47 EDT 2006


Eric_Dexter at msn.com wrote:
>      I don't realy care what database I use wx.grid or whatever.  I
> wan't it to look at a line
> 
> 128 9023 23428 exc and create the database or pick something out of the
> file as  some sort of a descrition line and then display and allow the
> user to change and add new lines.  What is the easiest set of database
> routines to use for such a project???

I'd go for something like SQLite or Gadfly - or even the standard CSV
module if there are no need for a relational model.

> http://www.dexrow.com
> 


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list