Add Preferences table and repository

This commit is contained in:
2019-04-02 05:57:11 -05:00
parent 6af576c09c
commit 90f553b4f6
11 changed files with 187 additions and 25 deletions

View File

@@ -0,0 +1 @@
create table Preferences(key text unique not null, value text not null)