baab
baab
ugh i need to readd the unit tests. should be easier now at least. those things were such a pain when everything was calling getCliArgs from inside their modules. functional...
current plan: readd current jest tests add extended coverage with `fast-check`
not sure if i should piggy back here, but using the same check constraint in sqlite is generating an interface{} type.
changing the data type from char(1) to text helped get rid of the interface{} at least. ex: ``` sql create table if not exists x ( id integer primary key,...
it also doesnt appear to be parsing the affinities into the model correctly, for e.g. boolean. https://www.sqlite.org/datatype3.html - specifically 3.1 & 3.1.1