The Tcl interface is, as others have mentioned, the original one and suported by the sqlite developers. it is:
1) very easy to use 2) up to date 3) more complete than alternatives 4) flexible and given Richard Hipp's comment on the amount of Tcl code used to test sqlite, that looks very unlikely to change. Tcl is also developing very nicely. I have used recently after a long time and a lot of what I wished the language had is either in the current Tcl 8.5 (math operators and functions importable as commands, a syntax addition to pass a list as a set of separate arguments to a command.......) or planned for 8.6 (the chan pipe command, for better inter-process communication for example). Graeme Pietersz http://pietersz.co.uk/ http://moneyterms.co.uk/ On Tuesday 16 September 2008 21:20:40 Patrick wrote: > I am a beginner to intermediate Python Programmer. I can use SQLite with > it just fine but it is my understanding that relational database and > object oriented programming our not the perfect marriage. > > I was just wondering if anyone had an opinion on the most ideal language > to use with SQLite? > > I love Python but I LOVE SQLite, I would learn another language just to > use it better-Patrick > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users -- Graeme Pietersz http://moneyterms.co.uk/ http://pietersz.co.uk/ _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users