SQLite3.gd
by Yeicor | MIT
This project provides SQLite3 integration for the Godot Engine using GDExtension. It focuses on being a low-level yet complete wrapper, designed as a solid foundation for building higher-level interfaces while still accounting for rare edge cases
This project provides SQLite3 integration for the Godot Engine using GDExtension. It focuses on being a low-level yet complete wrapper, designed as a solid foundation for building higher-level interfaces while still accounting for rare edge cases. All
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...