Updated CoreStore (markdown)

John Estropia
2015-06-03 01:32:48 +09:00
parent 4d54b0d4c6
commit 2cb3b80374
+9 -9
@@ -65,6 +65,15 @@ let count = CoreStore.queryValue(
``` ```
## Contents
- [[Architecture]]
- [[Setting up]]
- [[Saving and processing transactions]]
- [[Fetching and querying]]
- [[Logging and error handling]]
- [[Observing changes and notifications]]
# TODO # TODO
- Data importing utilities for transactions - Data importing utilities for transactions
- Migration utilities - Migration utilities
@@ -97,12 +106,3 @@ Please feel free to report any issues, suggestions, or criticisms!
## License ## License
CoreStore is released under an MIT license. See the LICENSE file for more information CoreStore is released under an MIT license. See the LICENSE file for more information
## Contents
- [[Architecture]]
- [[Setting up]]
- [[Saving and processing transactions]]
- [[Fetching and querying]]
- [[Logging and error handling]]
- [[Observing changes and notifications]]