Re: [Tutor] python's database

2009-08-16 Thread David Kim
I don't know how much it's in use, but I thought gadfly ( http://gadfly.sourceforge.net/) was the db that's implemented in python. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] python's database

2009-08-15 Thread Alan Gauld
wrote I seem to remember that python had a native database, can someone remind me which this was. Python doesn't have a native database per se but it supports access to many third party databases via its DBAPI. It also supports the dbm file format which is the underlying structure of many

Re: [Tutor] python's database

2009-08-15 Thread Dave Angel
davidwil...@safe-mail.net wrote: Hello, I seem to remember that python had a native database, can someone remind me which this was. Dave Check out module sqlite3 http://docs.python.org/library/sqlite3.html ___ Tutor maillist - Tutor@python.or

[Tutor] python's database

2009-08-15 Thread davidwilson
Hello, I seem to remember that python had a native database, can someone remind me which this was. Dave ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor