Thanks!
I had originally tried that, but was getting a different error (though
I got further along). I think I finally figured out that I was trying
to use a semi-colon (;) as a delimiter when the CsharpSqliteClient
appears to want a comma (,).
I'll fix my connection string and try again with "file::memory".