Class Index
_Association
Base class for all associations.Dataset
Wrapper for SQL adpaters to allow execution functions such as:- forEach
- one
- all
- first
- last
- all
- save
- Allows for Model creation if needed
- Handles the massaging of data to make the use of results easier.
ManyToMany
Class to define a manyToMany association.ManyToOne
Class to define a many to one association.MayToOne
Class to define a manyToOne association.Migrations
This is a plugin for moose to add migration functionality.moose
A singleton class that acts as the entry point for all actions performed in moose.moose.adapters.client.Client
Manages mysql connections.moose.adapters.client.ConnectionPool
Base class for all connection poolsmoose.adapters.client.mysql.ConnectionPool
MySQL connection pool class.moose.adapters.client.mysql.Query
MySQL Client wrapper to standardize queries.moose.adapters.client.mysql.TransactionQuery
Sub class of query to handle transaction based queries.moose.adapters.mysql
mysql implementaton of SQL this class exposes all MySql relevant functionality.moose.plugins.AssociationPlugin
plugin to expose association capability.