NOTE: This is the latest release for Godot 4.X. The latest 3.X release for this plugin can be found here.
Download the demo-project and/or the necessary binaries below.
Dependencies Versions
Godot v4.5-stable
SQLite v3.49.1
Supported Operating Systems:
- Mac OS X (universal)
- Linux
- Windows
- Android (arm64 & x86_64)
- iOS (arm64)
- HTML5
What's new?
- Updated all binaries to be compatible with Godot v4.5-stable.
- Added new
import_from_buffer()
andexport_to_buffer()
-methods to allow users to import/export databases from JSON-formatted buffers. This allows the user to easily implement database encryption/decryption without having to rely on external tools. - Improve performance of the
query_with_bindings()
-method by using.slice()
instead of.pop_front()
. - Add support for the Built-In Mathematical SQL Functions by adding a new input argument to the build system.