Store array colums as CSV text

This is in preparation for a transition to SQLite, which sadly does
not support array-valued columns (or indeed have much of a type
system in general).
This commit is contained in:
Tau
2019-10-10 19:59:13 -04:00
parent 3e6b4f4798
commit 30d42bd832
5 changed files with 30 additions and 11 deletions

View File

@@ -1,2 +1,2 @@
create table "meta" ("schemaver" integer not null);
insert into "meta" values (5);
insert into "meta" values (6);