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
But does it make sense to return the path at all if this argument is not required when creating an object?
Yep, sure it is. It's one of the most important properties of SQLite database. There might be many cases when you need to know with witch database you interacting (especially in some universal scripts) and there is the way to check it.
And it is required, this is the first argument of class at all
SQLite3x.path returns relative path, but I guess return absolute path it's more reasonable for this property.
Now
Will be
The text was updated successfully, but these errors were encountered: