Skip to content

Add functionality to query with named bindings

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jan 20:07

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

Supported Operating Systems:

  • Mac OS X (universal)
  • Linux
  • Windows
  • Android (arm64 & x86_64)
  • iOS (arm64)
  • HTML5

What's new?

  • Add new query_with_named_bindings()-method which allows users to bind parameters using self-defined alphanumeric identifiers as described here. Many thanks to @AdminCrystal for implementing this feature.
  • Cache and use StringName type for column names to speed up queries.
  • Fix codesign for macOS by updating the bundle executable name in the Info.plist-files. Thanks to @YuriSizov for fixing this bug.
  • Add optional build support for linux arm64.