godot-sqlite icon indicating copy to clipboard operation
godot-sqlite copied to clipboard

GDNative wrapper for SQLite (Godot 4.x+)

Results 49 godot-sqlite issues
Sort by recently updated
recently updated
newest added

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

https://www.sqlite.org/fts5.html

enhancement

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

question

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

enhancement

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

enhancement

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

bug

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

bug

**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`...

bug

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

enhancement

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

enhancement