Skip to content

Add a C# wrapper for class SQLite #212

@njdf18

Description

@njdf18

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions