Toaster database: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Toaster]]
[[Category:Toaster]]
== Explanation of Toaster's database ==
[[File:Toaster_orm_graph.png|thumb|ORM diagram]]
[[File:Toaster_orm_graph.png|thumb|ORM diagram]]
Toaster Uses [https://docs.djangoproject.com/en/dev/topics/db/models/ Django and it's ORM for database interaction.] this means that we can support
== Important models ==
=== Layer_Version ===
=== Recipe ===
==== CustomImageRecipe ====
=== Build ===
=== Package ===

Revision as of 18:48, 5 November 2015

ORM diagram

Toaster Uses Django and it's ORM for database interaction. this means that we can support

Important models

Layer_Version

Recipe

CustomImageRecipe

Build

Package