Updated Installation (markdown)

John Estropia
2015-07-18 23:29:18 +09:00
parent 37b4f59e2d
commit 6e69db5780

@@ -29,9 +29,33 @@ Add all *.swift* files to your project.
## Contents
- [[TL;DR (a.k.a. sample codes)]]
- [[Architecture]]
- [[Setting up]]
- [[Saving and processing transactions]]
- [[Fetching and querying]]
- [[Logging and error handling]]
- [[Observing changes and notifications]]
- CoreStore Tutorials (All of these have demos in the **CoreStoreDemo** app project!)
- [[Setting up]]
- [[Migrations]]
- Incremental migrations
- [[Saving and processing transactions]]
- Transaction types
- Asynchronous transactions
- Synchronous transactions
- Detached transactions
- Creating objects
- Updating objects
- Deleting objects
- [[Fetching and querying]]
- `From` clause
- Fetching
- `Where` clause
- `OrderBy` clause
- `Tweak` clause
- Querying
- `Select<T>` clause
- `GroupBy` clause
- [[Logging and error handling]]
- [[Observing changes and notifications]]
- Observe a single object
- Observe a list of objects
- [[Installation]]
- [[Changesets]]
- Upgrading from v0.2.0 to 1.0.0