Results 56 comments of Charles Leifer

After fixing the `to_string()` method (see #6) I was able to get a JSON representation of a collection, which can then be deserialized using `json.loads`.

If you're still having trouble, I've released some alternative bindings which make this type of thing a whole lot easier. Check them out if you are still stuck: https://github.com/coleifer/unqlite-python

I'm surprised specifying the environment variables does not work - is this due to pip ignoring them?

I'm not sure whether or not I want to go ahead w/the merge. The Sqlcipher project itself is moving in a weird direction, so I've kept it open for now.

Nice, what all did you need to set up in the action environment or settings? I am practically illiterate about all this stuff. I think I have the current image...

>I've inspected the dockerfile, and it contains no dependencies on the contents of this repository Oh, right -- yes, this was when the Dockerfile was intended as a standalone thing...