2shady4u / godot-sqlite

GDExtension wrapper for SQLite (Godot 4.x+)
MIT License
935 stars 82 forks source link

Parser Error: Class "godot-sqlite.gd" cannot be constructed as it is based on abstract native class "EditorPlugin". #157

Closed doanhmdp closed 8 months ago

doanhmdp commented 11 months ago

I'm using GD4.1.1 and got this error after installing godot-sqlite. Please help me fix it. It would be great if there were video tutorials from the plugin developer himself gd error

2shady4u commented 11 months ago

Hello @doanhmdp,

I will investigate asap.

doanhmdp commented 11 months ago

Xin chào@doanhmdp,

Tôi sẽ điều tra càng sớm càng tốt.

Oh, so glad you answered me. Luckily I read your document and I was able to resolve this error I want to leave this comment for those who come later if there is an error After installing the plugin, for the 4x version, there is no need to declare "Const...path..", we can use sql functions (for example: db = SQLite.new())

It's great that it works correctly, can I ask how to call only the number instead of calling the column name as well? gd error

2shady4u commented 8 months ago

I am glad you got it to work! Closing this issue as it has been solved! 😄