langcog/childespy

Usage with local database access

Opened this issue · 2 comments

Is there any way to use childespy with a local database access so far? That is, having it connect to a locally running mysql server.

Thanks in advance!

When trying to specify db_args in any function, I get:

NotImplementedError: Conversion 'py2rpy' not defined for objects of type '<class 'dict'>'

Fixed the conversion of dicts in pull request #1