Do you need to store player data? How about item data? Integrate the power of SQLite Databases in your Godot Project.

Last Updategithub|2shady4u|godot-sqlite|master
Author2shady4u and more
Supported Versions3.4

Features

  • Custom wrapper for SQLite3
  • Create simple queries right inside GDScript

Installation

Re-building Godot from scratch is NOT required, the proper way of installing this plugin is to either install it through the Asset Library or to just manually download the build files yourself.

Godot-SQLite is available through the official Godot Asset Library, and can be installed in the following way:

  1. Click on the ‘AssetLib’ button at the top of the editor
  2. Search for ‘godot-sqlite’ and click on the resulting element
  3. In the dialog pop-up, click ‘Download’
  4. Once the download is complete, click on the install button…
  5. Once more, click on the ‘Install’ button
  6. Activate the plugin in the ‘Project Settings/Plugins’-menu
  7. All done!

Usage

Guide

License

MIT

Extra