Re: creating tables needed for a query on-demand
Ryan Blazecka <rblazecka-Y8iDqJfwfq2w5LPnMra/[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Roger Binns wrote: > It sounds to me that virtual tables would be a far better solution for > you. You can the heavy lifting only as data is needed. PySQLite > doesn't have virtual tables yet, but apsw does. See > http://www.rogerbinns.com/apsw.html#VirtualTables > > wow. yup, that's pretty much exactly what I'm looking for. :P from the documentation it sounds pretty bleeding-edge though...is it production-ready? thanx, ryan