The idea would be to use sqlite in memory ( sqlite.connect(":memory:") ) so
it would be ultra fast.
That's why I was talking about using it in backends... :)-Andrin On Mon, Sep 12, 2011 at 4:18 PM, Bart Thate <[email protected]> wrote: > Oi ! > > Agree completely, in fact really forgot about it ;] > I thought it was on the roadmap, not sure though .. maybe 2.7 supports > sqlite as the python module is already builtin ? > Hmm just checked the roadmap and only 2.7 support is on it, lets hope they > dont exclude "import sqlite3" from the deal. > > Bart > > programming schizofrenic - http://tinyurl.com/bart-thate > > > > > On Mon, Sep 12, 2011 at 4:07 PM, Andrin von Rechenberg <[email protected] > > wrote: > >> Hi there >> >> Is there any plan to support the sqlite3 module in python in GAE? >> It would be very useful if someone would want to build an SQL like >> backend. >> >> -Andrin >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
