Hi,
We have a python app using sqlalchemy, running on postgres. I wanted to check if there is an easy way to move from postgres to CockroachDB. But when trying to bootstrap the schema through the sqlalchemy wrappers, we get weird syntax errors
sqlalchemy.exc.ProgrammingError: (ProgrammingError) syntax error at or near "hstore"
like this. Has anybody tried running such things through the cockroachdb python adapter?