Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.209.811 Times

SQLite::VirtualTable 0.03

  Date Added: February 05, 2010  |  Visits: 1.484

SQLite::VirtualTable

Report Broken Link
Printer Friendly Version


Product Homepage
Download (126 downloads)



SQLite::VirtualTable is a Perl module that can create SQLite Virtual Table extensions in Perl. SYNOPSIS on Perl: package MyVirtualTable; use base SQLite::VirtualTable; sub CREATE { ... and then from your preferred SQLite application or language, as for instance, the sqlite3 shell: $ sqlite3 sqlite> .load perlvtab.so sqlite> CREATE VIRTUAL TABLE foo USING perl ("MyVirtualTable", foo, bar, ...); sqlite> SELECT * FROM foo WHERE col1 AND col1 > 34; ... Virtual tables are a new feature in SQLite (currently still only available from the development version on CVS) that allows you to create tables using custom backends to access (read and change) their contents instead of being stored in the database file. The SQLite::VirtualTable module allows you to create these backends in Perl embbeding a perl interpreter as a SQLite extension. Note that extensions written using this module can be used from any SQLite application and programming language (C, Java, PHP, Perl, etc.)..

Requirements: No special requirements
Platforms: Linux
Keyword: Create Extensions Libraries Module Perl Perl Module Programming Sqlite Sqlite Virtual Table Sqlitevirtualtable Table Virtual Virtual Table Virtualtable
Users rating: 0/10

License: Freeware Size: 40.96 KB
USER REVIEWS
More Reviews or Write Review


SQLITE::VIRTUALTABLE RELATED
Libraries  -  IPChains::PortFW 0.28
IPChains::PortFW is a Perl module to manipulate portfw masquerading table. SYNOPSIS my $masq = new IPChains::PortFW( option => value, ... ); $masq->append(); IPChains::PortFW is an perl interface to the linux kernel port forwarding...
79.87 KB  
Libraries  -  Tk::PerlMethodList 0.05
Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package) and its parents. SYNOPSIS require Tk::PerlMethodList; my $instance = $main_window->PerlMethodList(); Tk::PerlMethodList is...
6.14 KB  
Libraries  -  Java::SJ::VirtualMachine 0.01
Java::SJ::VirtualMachine Perl module is a Java virtual machine. This module is used by Java::SJ::Config when generating virtual machine representations. This module allows you to very easily run Java services that rely on complex configuration...
18.43 KB  
Modules  -  vcs.co.za ecommerce payment module 5.x-1.0
Ecommerce payment module for Virtual Card Services (vcs.co.za) a ZAR credit card payment service.FEATURES========Utilises the vcs FETCH & POST method for confirming payments.Allows for callbacks from vcs to update payment statuses.Statuses are...
10 KB  
Libraries  -  Parallel::Pvm 1.4.0
Parallel::Pvm is a Perl extension for the Parallel Virtual Machine (PVM) Message Passing System. SYNOPSIS use Parallel::Pvm; The PVM message passing system enables a programmer to configure a group of (possibly heterogenous) computers...
19.46 KB  
Development Tools  -  PHP Easy Installer Free 1.0.1
It can be used by any developer that needs to create an installation module for various PHP applications.PHP Easy Installer is an easy-to-setup PHP script for creating a user-friendly installation wizard. The script is suitable for existing and...
 
Miscellaneous  -  Reloading all modules 1.0
When you create a Python module, you can use a test script wich import your module. But you probably have noticed that when you run the test script, it always use the first version of your module even if you made changes in the code.This is...
 
Modules  -  All in one mini-features 6.x-1.2
Mini IntroductionThis module is a concatenation of many little things that I like to have and usually would have to create a "mini-module" to get them to work.The idea is simple: if I wanted to have a Delete tab on my nodes, a second Submit button...
10 KB  
Modules  -  YUI DataTable 6.x-1.0-beta3
This module integrates the YUI Data Table into Drupal.NOTE: This module depends on the YUI module. You need to install the YUI module for the editor to work.VideosCOMING SOONYUI Dependency IssueBoth releases now require YUI 2.5.1. Sorry for any...
10 KB  
Modules  -  Show Uploads in Teasers 6.x-1.1
A small helper module that shows the attachments table (as created by the core upload.module) in node teasers.
10 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB