On 05.12.2014 12:32, Dominique Devienne wrote:
On Fri, Dec 5, 2014 at 10:24 AM, Max Vlasov <max.vla...@gmail.com> wrote:

Not particularity the answer to your question, but rather a method you
or others might use.
I once implemented a virtual table "allvalues" that outputs all
database values with (hope self-explaining) fields

   TableName, TableRowId, FieldName, Value

that allows also exploring unknown complex databases.


Thanks for sharing Max! That's a great idea. I'd never would have thought
of that.

I agree with you, Sqlite's virtual tables are great. --DD

Where have you seen/developed interesting vtable implementations?

Please respond with a short description and/or link to sqlite vtable source locations you know :-)

Kind regards,
Alek

P.S. Few weeks ago, I tried to materialize few internet searches under sqlite_addon tag in openhub.net (formerly ohloh.net) DB, but the list is too short yet:

https://www.openhub.net/tags/sqlite_addon
https://www.openhub.net/tags/sqlite_vtable

Better ideas about where to collect/categorize available extensions?

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to