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
The current API requires the database to be given as a configuration argument to falcon. Sometimes the user might not know the database of a given connection. This works for sqlite but it wont work for other database types, such as mysql which can have multiple databases.
Change all the methods in ProviderInterface to accept a database argument before the table
The text was updated successfully, but these errors were encountered:
The current API requires the database to be given as a configuration argument to falcon. Sometimes the user might not know the database of a given connection. This works for sqlite but it wont work for other database types, such as mysql which can have multiple databases.
Change all the methods in
ProviderInterface
to accept adatabase
argument before thetable
The text was updated successfully, but these errors were encountered: