Skip to content

atlasphp/Atlas.Orm

3.x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 21, 2019 13:47
src
August 8, 2018 10:55
December 21, 2019 13:45
May 30, 2021 14:22
February 18, 2016 14:35
May 30, 2021 14:22
July 15, 2018 11:00
September 17, 2015 15:00

Atlas.Orm

Atlas is a data mapper implementation for persistence models (not domain models).

As such, Atlas uses the term "record" to indicate that its objects are not domain objects. Use Atlas records directly for simple data source interactions at first. As a domain model grows within the application, use Atlas records to populate domain objects. (Note that an Atlas record is a "passive" record, not an active record. It is disconnected from the database.)

Documentation is at http://atlasphp.io.