Hi there,

Since virtual tables were recenty mentioned in the thread "SQLite as a meta database" , I take this opportunity to announce that the lastest version of the DBD::SQLite driver for Perl now has support for virtual tables (see https://metacpan.org/pod/DBD::SQLite ).

This means that you can implement virtual tables through Perl classes instead of writing C code, which (at least in my view) is much easier to write and to debug.

Laurent Dami



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

Reply via email to