Skip to content

Releases: mrjsj/godot-duckdb

v0.5.0-godot-4.3.0

27 Oct 14:46
a7be4a3
Compare
Choose a tag to compare

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.3.0
DuckDB v1.1.2

Supported Operating Systems:

  • Mac OS X (universal)
  • Windows

What's new?

  • Updated DuckDB to v1.1.2

v0.4.0-godot-4.3.0

21 Aug 15:31
8ed9d5e
Compare
Choose a tag to compare

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.3.0
DuckDB v1.0.0

Supported Operating Systems:

  • Mac OS X (universal)
  • Windows
  • Linux

What's new?

  • Re-compiled binaries for Godot 4.3

v0.4.0-godot-4.2.2

15 Jun 11:41
ef22bea
Compare
Choose a tag to compare

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.2.2
DuckDB v1.0.0

Supported Operating Systems:

  • Mac OS X (universal)
  • Windows
  • Linux

What's new?

New features
  • Adds support for Linux
Changes
  • Allows changing certain configurations when db is connected, and showing an error when configuration is not allowed
  • Changes result type of set configuration methods from void to boolean

v0.3.0-godot-4.2.2

06 Jun 20:24
Compare
Choose a tag to compare

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.2.2
DuckDB v1.0.0

Supported Operating Systems:

  • Mac OS X (universal)
  • Windows

What's new?

  • Added new configuration options:
    • threads, max_memory and default_order

v0.2.0-godot-4.2.2

05 Jun 22:44
Compare
Choose a tag to compare

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.2.2
DuckDB v1.0.0

Supported Operating Systems:

  • Mac OS X (universal)
  • Windows

What's new?

  • 🚀 DuckDB version to first stable release v1.0.0
  • ✅ Added new methods: set_path(), get_path(), set_read_only(), get_read_only()
    • setting a path will let you persist data in a physical duckdb-database file, or connect to an existing one.
    • read only property opens the database in read_only mode

v0.1.0-godot-4.2.2

22 May 19:33
Compare
Choose a tag to compare

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.2.2
DuckDB v0.10.2

Supported Operating Systems:

  • Mac OS X (universal)
  • Windows

What's new?

  • First simple query