Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed docs links, ugghg
  • Loading branch information
wolfy-j authored Feb 2, 2018
1 parent bca7a28 commit 1e40012
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ ORM engine with automatic database scaffolding, strict schemas, code discovery,
<b>[Full Documentation](http://spiral-framework.com/guide)</b> | [CHANGELOG](/CHANGELOG.md)

# Documentation
* [Overview](https://spiral-framework.com/guide/orm/overview.md)
* [Record and RecordEntity](https://spiral-framework.com/guide/orm/entities.md)
* [Repositories and Selectors](https://spiral-framework.com/guide/orm/repositories.md)
* [Accessors and Filters](https://spiral-framework.com/guide/orm/accessors.md)
* [Column Objects](https://spiral-framework.com/guide/orm/columns.md)
* [Scaffolding and Migrations](https://spiral-framework.com/guide/orm/scaffolding.md)
* [Transactions](https://spiral-framework.com/guide/orm/transactions.md)
* [Relations](https://spiral-framework.com/guide/orm/relations.md)
* [Morphed Relations](https://spiral-framework.com/guide/orm/morphed-relations.md)
* [Pre-compiled Relations](https://spiral-framework.com/guide/orm/late-binding.md)
* [Query Models](https://spiral-framework.com/guide/orm/query.md)
* [Eager loading](https://spiral-framework.com/guide/orm/loading.md)
* [Recursive Relations](https://spiral-framework.com/guide/orm/recursive-relations.md)
* [Hybrid Databases](https://spiral-framework.com/guide/orm/odm-bridge.md)
* [Custom Relations](https://spiral-framework.com/guide/orm/custom-relations.md)
* [Overview](https://spiral-framework.com/guide/orm-overview)
* [Record and RecordEntity](https://spiral-framework.com/guide/orm-entities)
* [Repositories and Selectors](https://spiral-framework.com/guide/orm-repositories)
* [Accessors and Filters](https://spiral-framework.com/guide/orm-accessors)
* [Column Objects](https://spiral-framework.com/guide/orm-columns)
* [Scaffolding and Migrations](https://spiral-framework.com/guide/orm-scaffolding)
* [Transactions](https://spiral-framework.com/guide/orm-transactions)
* [Relations](https://spiral-framework.com/guide/orm-relations)
* [Morphed Relations](https://spiral-framework.com/guide/orm-morphed-relations)
* [Pre-compiled Relations](https://spiral-framework.com/guide/orm-late-binding)
* [Query Models](https://spiral-framework.com/guide/orm-query)
* [Eager loading](https://spiral-framework.com/guide/orm-loading)
* [Recursive Relations](https://spiral-framework.com/guide/orm-recursive-relations)
* [Hybrid Databases](https://spiral-framework.com/guide/orm-odm-bridged)
* [Custom Relations](https://spiral-framework.com/guide/orm-custom-relations)

# Examples

Expand Down

0 comments on commit 1e40012

Please sign in to comment.