Search results for "module:Class::Tables"
Class::Tables - Auto-vivification of persistent classes, based on RDBMS schema
ROSULEK/Class-Tables-0.28
-
16 Jul 2004 03:26:49 UTC
Class::C3 - A pragma to use the C3 method resolution order algorithm
This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order. NOTE: YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is integr...
HAARG/Class-C3-0.35 - 09 Nov 2020 06:21:05 UTC
Class::MOP - A Meta Object Protocol for Perl 5
This module is a fully functioning meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics of the Perl 5 object system, only to create a protocol for its manipulation and introspection. That sa...
ETHER/Moose-2.2203 - 22 Jan 2023 17:55:17 UTC
DBIx::Class - Extensible and flexible object <-> relational mapper.
This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Oryx::Class - abstract base class for Oryx classes
Abstract base class for Oryx persistent classes....
RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC
Class::DBI::DDL - Combined with Class::DBI to create and dispose of tables
This module is used to added to a Class::DBI class to allow it to automatically generate DDL calls to create a table if it doesn't exist in the database already. It attempts to do so in such a way as to be database independent whenever possible. Use ...
HANENKAMP/Class-DBI-DDL-1.02 - 16 Sep 2005 03:21:31 UTC
Class::Entity - Object interface for relational databases
Class::Entity allows a developer to create an object interface for a relational database by writing a minimal amount of code in a set of sub-classes which correspond to database tables. Right now this module only implements a read only interface. Wri...
PNEWMAN/Class-Entity-0.5 - 23 Jun 2006 16:57:02 UTC
Class::AutoDB - Almost automatic object persistence coexisting with human-engineered database
This class works closely with Class::AutoClass to provide almost transparent object persistence that can coexist with a human-engineered database. The auto-persistence mechanism provides hooks for connecting the two parts of the database together. Ca...
NATG/Class-AutoDB-1.291 - 18 Dec 2013 22:53:03 UTC
Badger::Class - class metaprogramming module
"Badger::Class" is a class metaprogramming module. It provides methods for defining, extending and manipulating object classes and related metadata in a relatively clean and simple way. Using the "Badger::Class" module will automatically enable the "...
ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC
Class::Indexed
This abstract class provides inherited indexing functionality to any class using it as a superclass. Class::Indexed is designed to provide most of the functionality described in the article : 'Adding Search Functionality to Perl Applications' ( http:...
TEEJAY/Class-Indexed-0.01 - 13 Feb 2004 14:00:35 UTC
Class::Persist - Persistency framework for objects
Provides the framework to persist the objects in a DB in a Class::DBI style...
RCLAMP/Class-Persist-0.02 - 23 Aug 2004 13:13:40 UTC
Class::PObject - Simple framework for programming persistent objects
Class::PObject is a simple class framework for programming persistent objects in Perl. Such objects can store themselves into disk, and restore themselves from disk....
SHERZODR/Class-PObject-2.17 - 20 Feb 2005 18:06:54 UTC
SimpleDB::Class - An Object Relational Mapper (ORM) for the Amazon SimpleDB service.
SimpleDB::Class gives you a way to persist your objects in Amazon's SimpleDB service search them easily. It hides the mess of web services, pseudo SQL, and XML document formats that you'd normally need to deal with to use the service, and gives you a...
RIZEN/SimpleDB-Class-1.0503 - 12 Apr 2012 02:46:56 UTC
Class::DBI::Lite - Lightweight ORM for Perl
"Class::DBI::Lite" offers a simple way to deal with databases in an object-oriented way. One class (the Model class) defines your connection to the database (eg: connectionstring, username and password) and your other classes define interaction with ...
JOHND/Class-DBI-Lite-1.034 - 07 May 2012 21:21:19 UTC
Class::User::DBI - A User class: Login credentials, roles, privileges, domains.
The module is designed to simplify user logins, authentication, role based access control (authorization), as well as domain (locality) constraint access control. It stores user credentials, roles, and basic user information in a database via a DBIx:...
DAVIDO/Class-User-DBI-0.10 - 08 Dec 2012 07:49:26 UTC
Class::DBI::utf8 - A Class:::DBI subclass that knows about UTF-8
Rather than have to think about things like character sets, I prefer to have my objects just Do The Right Thing. I also want utf-8 encoded byte strings in the database whenever possible. Using this subclass of Class::DBI, I can just put perl strings ...
FOTANGO/Class-DBI-utf8-0.2 - 23 Mar 2007 17:04:23 UTC