You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hannah Wolfe edited this page May 6, 2013
·
5 revisions
This represents a rough overview of the vision for the core architecture of Ghost. The most important point being that the data model should:
Expose a public API which we consume internally, so that the API is as important to us as it will be to 3rd parties
Use a data abstraction layer / ORM so that we can provide SQLite as a default option but allow for upgrades to MySQL or other storage systems without difficulty.