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
I'm only using dataset with sqlite, but very greatful for its simplicity. I'd like to suggest to include a parameter in dataset.connect giving the option to check whether the database exists or not, and either throwing or returning None if it does not. So something like ensure_schema, but perhaps ensure_exists.
The text was updated successfully, but these errors were encountered:
I'm only using dataset with sqlite, but very greatful for its simplicity. I'd like to suggest to include a parameter in dataset.connect giving the option to check whether the database exists or not, and either throwing or returning None if it does not. So something like ensure_schema, but perhaps ensure_exists.
The text was updated successfully, but these errors were encountered: