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've discovered that in order to use "ATTACH DATABASE", one should use ProjectSettings.globalize_path(path) on the database path and throw that into the query. For paths in res://, exported projects should use OS.get_executable_path().get_base_dir()
as a base directory, as per the docs.
The text was updated successfully, but these errors were encountered:
I've discovered that in order to use "ATTACH DATABASE", one should use
ProjectSettings.globalize_path(path)
on the database path and throw that into the query. For paths in res://, exported projects should useOS.get_executable_path().get_base_dir()
as a base directory, as per the docs.
The text was updated successfully, but these errors were encountered: