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
Don't think it would work directly .. dbhub.io works via API, not a direct 'storage'. But you could download the file locally and do what you needed, then upload again?
There are live databases on dbhub.io, but again, they work on an API, not a direct storage.
That's correct. The DBHub.io service doesn't have a Python driver written for SQLAlchemy, so SQLAlchemy doesn't know how to communicate with it directly.
Can I connect my SQLAlchemy to dbhub.io?
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///kanban.db'
The text was updated successfully, but these errors were encountered: