2shady4u / godot-sqlite

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

Question - c# #103

Closed zbyna closed 1 year ago

zbyna commented 1 year ago

May be clear from the nature of this project ( GDNative), but I am beginner so let me please to ask :slightly_smiling_face: . Does this plugin work with c# in Godot mono version ? Thanks.

2shady4u commented 1 year ago

Hi @zbyna,

It is possible to use this plugin in Godot mono, but it's imo not a good idea.

Instead, I would recommend that you use the SQLite functionalities that are natively available in C# (https://zetcode.com/csharp/sqlite/).

zbyna commented 1 year ago

Thanks for tips! I will try both ways and choose one with less Android and HTML5 export problems. I thought that gdnative plugin would generate fewer problems during export to various platform, but it seems as bad assumption 🙂