godot-extended-libraries / godot-sqlite

SQLite engine module for Godot based on gdsqlite-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-sqlite

SQLite3 wrapper for Godot Engine

Migrated to https://github.com/V-Sekai/godot-libsql.

Installation

Download the latest release of this module and uncompress it to your modules directory as sqlite.

Git Installation

Download using git.

git clone https://github.com/godot-extended-libraries/godot-sqlite.git sqlite

Move to the modules folder inside of the Godot Engine source.

mv sqlite godot/modules/

Example usage

Attribution

This engine module for Godot is based on gdsqlite-native by Khairul Hidayat in 2017.

About

SQLite engine module for Godot based on gdsqlite-native

License:MIT License


Languages

Language:C++ 97.9%Language:Python 1.1%Language:C 1.0%