We have redirected you to our new domain: store.godotengine.org. Please update your bookmarks!

Licenses
Order

SQLite3.gd 0

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 0

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...