|
Muldis::DB::Engine::Example - Self-contained reference implementation of a Muldis DB Engine |
Muldis::DB::Engine::Example - Self-contained reference implementation of a Muldis DB Engine
This document describes Muldis::DB::Engine::Example version 0.4.0 for Perl 5.
It also describes the same-number versions for Perl 5 of Muldis::DB::Engine::Example::Public::DBMS, Muldis::DB::Engine::Example::Public::Var, Muldis::DB::Engine::Example::Public::FuncBinding, and Muldis::DB::Engine::Example::Public::ProcBinding.
This documentation is pending.
Muldis::DB::Engine::Example, aka the Muldis DB Example Engine, aka Example, is the self-contained and pure-Perl reference implementation of Muldis DB. It is included in the Muldis DB core distribution to allow the core to be completely testable on its own.
Example is coded intentionally in a simple fashion so that it is easy to maintain and and easy for developers to study. As a result, while it performs correctly and reliably, it also performs quite slowly; you should only use Example for testing, development, and study; you should not use it in production. (See the the Muldis::DB::SeeAlso manpage file for a list of other Engines that are more suitable for production.)
This Muldis::DB::Engine::Example file is the main file of the Example
Engine, and it is what applications quasi-directly invoke; its
Muldis::DB::Engine::Example::Public::\w+ classes directly do/subclass
the roles/classes in the Muldis::DB::Interface manpage. The other
Muldis::DB::Engine::Example::\w+ files are used internally by this file,
comprising the rest of the Example Engine, and are not intended to be used
directly in user code.
This documentation is pending.
This documentation is pending; this section may also be split into several.
This documentation is pending.
This documentation is pending.
This file requires any version of Perl 5.x.y that is at least 5.8.1.
It also requires these Perl 5 classes that are in the current distribution: Muldis::DB::Interface-0.4.0.
It also requires these Perl 5 classes that are in the current distribution: Muldis::DB::Engine::Example::PhysType-0.4.0, Muldis::DB::Engine::Example::Operators-0.4.0.
None reported.
Go to the Muldis::DB manpage for the majority of distribution-internal references, and the Muldis::DB::SeeAlso manpage for the majority of distribution-external references.
This documentation is pending.
Darren Duncan (perl@DarrenDuncan.net)
This file is part of the Muldis DB framework.
Muldis DB is Copyright © 2002-2007, Darren Duncan.
See the LICENSE AND COPYRIGHT of the Muldis::DB manpage for details.
The ACKNOWLEDGEMENTS in the Muldis::DB manpage apply to this file too.
|
Muldis::DB::Engine::Example - Self-contained reference implementation of a Muldis DB Engine |