Skip to content

Database as resource #164

@Ughuuu

Description

@Ughuuu

Is your feature request related to a problem? Please describe.

Would be cool to be able to see databases(.sqlite files) in godot files inspector.

Describe the solution you'd like

A resource loader for sqlite that only loads the filename in memory(not the whole db) and a resource for sqlite.

Eg:

Resource and Resource Loader.

https://github.com/V-Sekai/godot-whisper/blob/main/src/resource_whisper.h
https://github.com/V-Sekai/godot-whisper/blob/main/src/resource_whisper.cpp
https://github.com/V-Sekai/godot-whisper/blob/main/src/resource_loader_whisper.h
https://github.com/V-Sekai/godot-whisper/blob/main/src/resource_loader_whisper.cpp

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions