Search results for "module:DBIx::FileSystem"
DBIx::FileSystem - Manage tables like a filesystem
The module DBIx::FileSystem offers you a filesystem like view to database tables. To interact with the database tables, FileSystem implements: - An access class to read the data edited by the shell. - A user interface as a command line shell which of...
AFRIKA/DBIx-FileSystem-2.5 - 22 Feb 2018 14:31:21 UTC
DBIx::FileStore - Module to store files in a DBI backend
JOSHR/DBIx-FileStore-0.33
-
22 Dec 2017 12:31:32 UTC
DBIx::OnlineDDL - Run DDL on online databases safely
This is a database utility class for running DDL operations (like "ALTER TABLE") safely on large tables. It has a similar scope as DBIx::BatchChunker, but is designed for DDL, rather than DML. It also has a similar function to other utilities like pt...
GSG/DBIx-OnlineDDL-v1.0.0 - 01 Aug 2022 22:00:02 UTC
Test::DBIx::Class - Easier test cases for your DBIx::Class applications
The goal of this distribution is to make it easier to write test cases for your DBIx::Class based applications. It does this in three ways. First, it trys to make it easy to deploy your Schema. This can be to your dedicated testing database, or a sim...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
DBIx::SystemCatalog - Perl module for accessing system catalog in common databases (access through DBI(3))
This module can access to system catalog of database through DBI(3) interface. Basic methods access to objects through standard DBI(3) interface (call "tables()" for list of objects and "selectall_arrayref()" with basic SQL to get structure of object...
MILSO/SchemaView-Plus-0.17 - 18 Jan 2014 12:34:09 UTC
DBIx::Class::Fixtures - Dump data and repopulate a database using rules
Dump fixtures from source database to filesystem then import to another database (with same schema) at any time. Use as a constant dataset for running tests against or for populating development databases when impractical to use production clones. De...
SKAUFMAN/DBIx-Class-Fixtures-1.001039 - 25 Sep 2017 14:17:12 UTC
DBIx::Recordset::FileSeq - Sequence generator in Filesystem
DBIx::Recordset::FileSeq generates unique numbers. State is kept in the filesystem. With the new constructor you sepcify the directory where the state is kept. (First parameter is a dummy values, that will receive the database handle from DBIx::Recor...
GRICHTER/DBIx-Recordset-0.26 - 04 Oct 2004 19:30:54 UTC
DBIx::Class::InflateColumn::File - DEPRECATED (superseded by DBIx::Class::InflateColumn::FS)
InflateColumn::File...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
DBIx::Migration::Directories::Base - Schema-independant migration operations
"DBIx::Migration::Directories::Base" is the base class to "DBIx::Migration::Directories". The methods in this class do not care if you are currently operating on a schema, or if you have a valid schema directory to work with. The main reason to creat...
CRAKRJACK/DBIx-Migration-Directories-0.12 - 26 Mar 2014 01:09:45 UTC
DBIx::Class::Fixtures::External::File - save and restore external data
Sometimes your database fields are pointers to external data. The classic example is you are using DBIx::Class::InflateColumn::FS to manage blob data. In these cases it may be desirable to backup and restore the external data via fixtures. This modul...
SKAUFMAN/DBIx-Class-Fixtures-1.001039 - 25 Sep 2017 14:17:12 UTC
Test::DBIx::Class::SchemaManager::Trait::SQLite - The Default Role
The default Storage trait which provides the ability to deploy to a SQLite database. It also sets some %ENV and or configuration options that you can use to specify alternative database setup. In addition to the documented %ENV settings, this Trait a...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC