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.234.087 Times

Test::TempDatabase 0.1

  Date Added: November 26, 2010  |  Visits: 833

Test::TempDatabase

Report Broken Link
Printer Friendly Version


Product Homepage
Download (100 downloads)



Test::TempDatabase is a Perl module for temporary database creation and destruction. SYNOPSIS use Test::TempDatabase; my $td = Test::TempDatabase->create(dbname => temp_db); my $dbh = $td->handle; ... some tests ... # Test::TempDatabase drops database This module automates creation and dropping of test databases. USAGE Create test database using Test::TempDatabase->create. Use handle to get a handle to the database. Database will be automagically dropped when Test::TempDatabase instance goes out of scope. $class->become_postgres_user When running as root, this function becomes different user. It decides on the user name by probing TEST_TEMP_DB_USER, SUDO_USER environment variables. If these variables are empty, default "postgres" user is used. create Creates temporary database. It will be dropped when the resulting instance will go out of scope. Arguments are passed in as a keyword-value pairs. Available keywords are: dbname: the name of the temporary database. rest: the rest of the database connection string. It can be used to connect to a different host, etc. username, password: self-explanatory..

Requirements: No special requirements
Platforms: Linux
Keyword: Creation Database Database Creation Libraries Module Perl Module Programming Tempdatabase Temporary Temporary Database Testtempdatabase User
Users rating: 0/10

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


TEST::TEMPDATABASE RELATED
Libraries  -  CGI::Builder::Auth::UserAdmin 0.06
CGI::Builder::Auth::UserAdmin is a Perl module for the management of HTTP server user databases. SYNOPSIS use CGI::Builder::Auth::UserAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module...
51.2 KB  
FTP Clients  -  ProFTPD Quota LDAP module 1.0.1
ProFTPD Quota LDAP module provides a ProFTPD module that imposes quotas based on LDAP user accounts. This module is designed to impose quotas, on FTP accounts, based on user accounts. It is based on the ideas contained in Eric Estabrooks...
14.34 KB  
Libraries  -  Apache2::AuthenNTLM 0.02
Apache2::AuthenNTLM is a Perl module to perform Microsoft NTLM and Basic User Authentication. SYNOPSIS PerlAuthenHandler Apache2::AuthenNTLM AuthType ntlm,basic AuthName test require valid-user # domain pdc bdc PerlAddVar...
51.2 KB  
Network & Internet  -  mod_auth_samba 1.0
mod_auth_sanba is an Apache module that allows you use Windows user database for user password authentication and ndbm database for groups in WWW authentication. Configuration: The following directives have been added which you can put in a <...
8.19 KB  
Modules  -  Simple Contest 6.x-1.x-de
This module provides simple contest system for Drupal.for example, Best Design submission, Top contributor this week, etc.Features: * contests are nodes. multiple contests of multiple contest type can be run same time * Two winner types : Users &...
30.72 KB  
FTP Clients  -  ProFTPD Quota LDAP module 1.0.1
ProFTPD Quota LDAP module provides a ProFTPD module that imposes quotas based on LDAP user accounts. This module is designed to impose quotas, on FTP accounts, based on user accounts. It is based on the ideas contained in Eric...
14.34 KB  
Programming  -  Parallel::ThreadContext 0.01
This module provides a framework and some utilities for easy creation of multithreaded Perl programs. It introduces and uses the concept of context based concurrent threads. A context specifies a kind of name and work space for thread...
10.24 KB  
Programming  -  administrative panel 1.01
An interface like phpmyprepaid for the creation and management of prepaid accounts for dial-up and wireless user designed to work with a MySQL database, FreeRadius and Chillispot.
422.29 KB  
Modules  -  Signature module 5.x-1.x-dev 1.0
This module also disables the signature field in user profiles if no content type allows signatures.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features...
 
Network & Internet  -  pam_mount module 2.13
pam_mount is a Pluggable Authentication Module that can mount volumes for a user session This module is aimed at environments with central file servers that a user wishes to mount on login and unmount on logout, such as (semi-)diskless...
296.96 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