Name |
Description |
Database |
|
Http |
Http class to access data sources using \lithium\net\http\Service. |
Mock |
The `Mock` data source is used behind-the-scenes when a model does not use a backend data source. |
MongoDb |
A data source adapter which allows you to connect to the MongoDB database engine. MongoDB is an
Open Source distributed document database which bridges the gap between key/value stores and
relational databases. To learn more about MongoDB, see here:
[http://www.mongodb.org/](http://www.mongodb.org/). |
Result |
The `Result` class is a wrapper around a forward-only data soure result cursor and can be
used to iterate over it. |