Re: Make Python/SQL integration even smoother
Federico Di Gregorio <[email protected]> Tue, 04 Jun 2013 09:28:53 +0200
| Newsgroups | gmane.comp.python.db |
|---|---|
| Message-ID | <[email protected]> |
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.wikipedia.org/wiki/Language_Integrated_Query], and there is something similar in Python: https://github.com/heynemann/pynq/wiki but, IMHO, this is definitely something outside the scope of the dbapi. federico _______________________________________________ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig