Skip to content

Update to Godot 4.3, Add optional FTS5 Extension support

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 14:34
· 4 commits to master since this release

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.3-stable
SQLite v3.46.1

Supported Operating Systems:

  • Mac OS X (universal)
  • Linux
  • Windows
  • Android (arm64 & x86_64)
  • iOS (arm64)
  • HTML5 (stability depends on browser)

What's new?

  • Updated all binaries to be compatible with Godot v4.3-stable.
  • Added optional support for the SQLite FTS5 Extension which can be enabled by following the instructions as found here.
  • Add new compileoption_used()-method which can be used to check if the binary is compiled using a specified option or not, see here.
  • Added editor documentation for the SQLite class and updated the README.md-file.

Regressions (Compared to godot-sqlite v4.3)

  • Web export fails due to following error of unknown origin:
Uncaught (in promise) LinkError: imported function 'env._ZNSt3__29to_stringEx' signature mismatch