Fixed: [https://github.com/pb-cdunn/nim-help/pull/1](https://github.com/pb-cdunn/nim-help/pull/1)
TL;DR: returning a ref Db that contains string is buggy. I expect it would work with an alias type DbRef = ref Db as its a common pattern.
Fixed: [https://github.com/pb-cdunn/nim-help/pull/1](https://github.com/pb-cdunn/nim-help/pull/1)
TL;DR: returning a ref Db that contains string is buggy. I expect it would work with an alias type DbRef = ref Db as its a common pattern.