# 2shady4u/godot-sqlite

GDExtension wrapper for SQLite (Godot 4.x+)

Repository: https://github.com/2shady4u/godot-sqlite
Canonical: https://ross.abutalabs.com/products/godot-sqlite
Language: C++
License: MIT
License Family: permissive
Topics: godot, godotengine, gamedev, sqlite, godot-plugin, godot-addon
Last push: 2026-08-25T19:39:51+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 72, longevity 100
- inputs: {"age_days": 2731, "days_push": 8, "days_rel": 24, "gap_med": 131.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1421, forks 122 (observed 2026-08-28T04:04:40.654961+00:00)

## What it is
A GDExtension wrapper that makes SQLite3 available in Godot 4.x+ without requiring recompilation of the engine. It is distributed via the Godot Asset Library and supports desktop, mobile, and HTML5 platforms.

## Use cases
- store game save data in sqlite from godot
- query a local sqlite database inside a godot 4 project
- persist player inventory and progress in a godot game
- use sqlite as an embedded database in godot without compiling c++
- manage game configuration data with sql in godot

## When to choose
- you need a lightweight embedded relational database in a Godot 4.x game
- you want cross-platform sqlite support including mobile and HTML5 exports
- you prefer installing via the Godot Asset Library with no build steps

## When to avoid
- you are using Godot 3.x and need the actively maintained 4.x branch
- you need a client-server database like PostgreSQL or MySQL
- your project does not use Godot

## Facets
- artifact type: plugin
- maturity: active
- function: database, database-driver, plugin-system
- domain: databases, developer-tools
- platform: cross-platform, windows
- tags: godot, sqlite, gdextension, gamedev, godot-addon, game-development, macos, linux, android, ios, web-server

## Member repositories
- 2shady4u/godot-sqlite (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:40.654961+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:43.253983+00:00, confidence not recorded.
  - readme: https://github.com/2shady4u/godot-sqlite (fetched 2026-08-28T04:04:40.654961+00:00, sha 4883348fa32d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
