Skip to content

alarm db

Bumjun Kim edited this page Apr 18, 2016 · 2 revisions

alarm db

attr type info
id integer primary key, auto_increment
name string unique key
path string
created_at date_time

basic sql queries & functions are implemented by using SQLiteOpenHelper

Check previous repos

Clone this wiki locally