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
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