We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I'll implement it and you can merge it if you want.
Sorry, something went wrong.
@Ughuuu I see you made a PR draft for this feature. Are you planning to still work on this PR or is it feature-complete and just awaiting my feedback?
Hi, also got distracted, first wanted to see your reaction. I need to retest it but the idea is there.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: