2shady4u/godot-sqlite

Trouble downloading the Godot SQLite plugin

Opened this issue · 3 comments

Hi,

When i go to the Godot asset library and download the SQLite plugin there seem to be some files missing. For example i am not getting the .gdsn and .gdnlib files. They simply do not show up.

When i download the .zip file from Github and import the plugin i can see both files there and are selected for installation. But when i install them i get a "Parse Error failed to load script".

Would anyone have any idea on how to fix this issue? I tried getting the older Github version for Godot 3.x just in case it could work. But i get the same parse error there.

Thanks in advance

Hello @KrispyPrism,

What version of Godot are you using? .gdsn and .gdnlib files aren't used any longer in Godot 4+.
Also on what host platform (Windows, Linux, MacOS) are you trying to install the plugin?

Hello @KrispyPrism,

If you have a database already prepared you'll either have to copy it into the project folder (res://) or the user folder ('user://')
After that you should be able to open the database in Godot with the help of this plugin (see the example project here)