Is your feature request related to a problem? Please describe.
It would be more convenient if C# developers starting to use this extension didn't have to write a wrapper class themselves.
Describe the solution you'd like
I'd like to see a C# wrapper added so that C# developers can use the extension immediately after installing it.
Describe alternatives you've considered
Currently, I'm using a GDScript file that extends from SQLite, and then I initialize it with GD.Load() inside my C# wrapper.
Additional context
I can provide my file. However, the documentation(<summary>) for the wrapper's members might need to be modified to fit its API.
Is your feature request related to a problem? Please describe.
It would be more convenient if C# developers starting to use this extension didn't have to write a wrapper class themselves.
Describe the solution you'd like
I'd like to see a C# wrapper added so that C# developers can use the extension immediately after installing it.
Describe alternatives you've considered
Currently, I'm using a GDScript file that extends from SQLite, and then I initialize it with GD.Load() inside my C# wrapper.
Additional context
I can provide my file. However, the documentation(<summary>) for the wrapper's members might need to be modified to fit its API.