Chamira Fernando

3pods
Idea is to have a simple Swift interface to run basic SQL statements such as CREATE TABLE, SELECT, INSERT, UPDATE and DELETE. There are many iOS libraries that are well capable of doing complicated SQLite stuff but almost all of those libraries have more than what we need for small projects. Thus, the idea is to get rid of all the boilerplate code and keep things very simple. You write your own SQL.
Handling objects, writing business logic is all up to the developers.
super lightweight
License: MIT