Godot DuckDB
by mrjsj | MIT
Godot bindings for DuckDB
How to use? The bindings themselves are very bare-bones, however, it is possible to fully utilize DuckDB, as everything from installing duckdb-extensions to storing secrets can be controlled with SQL-queries. var db = GDDuckDB.new() # db.set_path("path/to
loading more results...