-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Jeff Hurray edited this page May 3, 2016
·
20 revisions
##Functionality An overview of how everything works
- Setting Up a Model
- Database Connections
- Creating a Table
- Creating a Model
- Getters
- Setters
- Saving a Model
- Deleting a Model
- Fetching Models
- Relationships
- Scalar Queries
- Schema Alterations
- Sync vs Async
- Thread Safety
- Logging
##SQLiteModel Protocol
Discussion of every method exposed by the SQLiteModel protocol
- SQLiteConvertible
- SQLiteGettable
- SQLiteSettable
- SQLiteTableOperations
- SQLiteCreatable
- SQLiteDeletable
- SQLiteFetchable
- SQLiteInstance
- SQLiteQueryable
- SQLiteScalarQueryable
- SQLiteAtomic
##SQLite.swift Reference
Most used types and patterns from SQLite.swift
SQLiteModel