Welcome to Virtual tables in Perl for SQLite

Virtual tables in Perl for SQLite

By Laurent Dami (‎dami‎) from Geneva.pm
Lightning talk
Target audience: Any
Language: English
Tags: database dbd sqlite

You can find more information on the speaker's site:


SQLite has a concept of "virtual tables" which look like regular tables but are implemented internally through specific functions. In the next version of DBD::SQLite (due Sept 2014) it will be possible to implement virtual tables in Perl. This offers lots of exciting possibilities, like joining regular DBMS data with some other kind of data within your
Perl programs, or having virtual columns containing file contents.


Attended by: Mihai Pop,