You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@amercader We were able to switch from sqlite to postgres by simply replacing the sqlalchemy_database_uri default sqlite uri with a postgres uri.
However, if I want to pass more engine configuration settings through sqlalchemy to postgres, its not possible.
Similar to CKAN and the datastore, ckan service provider should use sqlalchemy.engine_from_config as well so users can pass more engine configuration settings through.
The text was updated successfully, but these errors were encountered:
@amercader We were able to switch from sqlite to postgres by simply replacing the
sqlalchemy_database_uri
default sqlite uri with a postgres uri.However, if I want to pass more engine configuration settings through sqlalchemy to postgres, its not possible.
Similar to CKAN and the datastore, ckan service provider should use
sqlalchemy.engine_from_config
as well so users can pass more engine configuration settings through.The text was updated successfully, but these errors were encountered: