Open mitjanikolaus opened 4 years ago
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 https://github.com/langcog/childespy/pull/1
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!