2shady4u/godot-sqlite

Database as resource

Ughuuu opened this issue · 3 comments

Ughuuu commented

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

Ughuuu commented

I'll implement it and you can merge it if you want.

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