-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
2shady4u
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request