Releases: mrjsj/godot-duckdb
Releases · mrjsj/godot-duckdb
v0.5.0-godot-4.3.0
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
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
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
toboolean
v0.3.0-godot-4.2.2
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
anddefault_order
v0.2.0-godot-4.2.2
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
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