Re: [DB-SIG] Make Python/SQL integration even smoother

2013-06-04 Thread M.-A. Lemburg
I think you are suggesting a new Python DB-API module for accessing and querying Python namespaces. This could probably be done by leveraging techniques from Gadfly: http://gadfly.sourceforge.net/ Alternatively, you could mirror the namespaces into sqlite and then use SQLite's SQL engine for the

[DB-SIG] adodbapi version 2.5.0 released

2013-06-04 Thread Vernon D. Cole
Because I need it for continued work on the django-mssql upgrade, I have released adobapi in its current state (including the optional feature of being able to auto-select between 'qmark' and 'named' paramstyles by requesting a paramstyle of 'auto'.) It continues to be fully dbapi 2.0 compliant.

Re: [DB-SIG] Make Python/SQL integration even smoother

2013-06-04 Thread Federico Di Gregorio
On 03/06/2013 20:05, big stone wrote: > Hello, > > I discovered recently the power of simplifying the integration between > python and its provided database sqlite3. > > In my dream, I would like to be able to querry in "sql syntax" all > objects of python environnement. You want LINQ [http://en