SQLiteProtocol

Basic database operations for swift and sqlite by making classes or structs conform to a protocol


License
MIT
Install
pod try SQLiteProtocol

Documentation

SQLite Protocol

!! This is very much work in progress !!

for a reference documentation look here or use the quick look feature from xcode (option click)

Install

Podfile:

target '[your-target]' do
use_frameworks!
pod 'SQLiteProtocol', '[version]'
end

Run: pod install

Documentation

first

brew install soucedocs

then run

sourcedocs generate