sqlClient

fun SQLiteOpenHelper.sqlClient(tables: SqLiteTables): SqLiteSqlClient

Create a SqLiteSqlClient from a Android SqLite SQLiteDatabase with SqLiteTables mapping

Samples

org.ufoss.kotysa.android.sample.UserRepositorySqLite