godot-sqlite
godot-sqlite copied to clipboard
GDNative wrapper for SQLite (Godot 4.x+)
I have followed your instructions, but for some reason it will create the db on first run but it is empty, and adb logcat shows that it cannot access database,...
I've been working on the GDExtension port of this plugin on a separate branch which can be found [here](https://github.com/2shady4u/godot-sqlite/tree/gd-extension) This issue aims to serve as a compiled list of all...
**Is your feature request related to a problem? Please describe.** Not a problem, but I'm seeking a Raspberry Pi compatible binary. **Describe the solution you'd like** I'd like to use...
**Is your feature request related to a problem? Please describe.** Is here any way to reduce binary size? for example, stripped sqlite binary size is **1.6mb** compared to plugins x11...
**Environment:** - OS: MacOS 11.2.3 (m1 MacBook Air) - Godot version: 3.3-rc9 - _godot-sqlite_ version: 2.3 **Issue description:** The SQLite Demo fails to run because the dylib is not suitable...
**Environment:** - OS: PopOS (Linux) - Godot version: 3.4.2 - _godot-sqlite_ version: 3.1 **Issue description:** We want to generate a database during the init of our game and save it...
**Environment:** - OS: Windows - Godot version: 3.3.1.stable.mono.official + 3.4.2.stable.mono.official + 3.4.2.stable.official - _godot-sqlite_ version: 3.0 **Issue description:** When I try to preload and then create an instance of `gdscript.gdns`...
As requested by @MrSmite and many others, database encryption/decryption seems to be a much requested feature. Work on this feature will be done on following branch: https://github.com/2shady4u/godot-sqlite/tree/godot-sqleet Contained on this...
**Is your feature request related to a problem? Please describe.** Not a problem however the ability to encrypt game data such as logins, email, etc. would be useful. **Describe the...