Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1015 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 1015 Bytes

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.