Edit of asset "SQLite3.gd" New
| Old/Current | New/Edit | |
|---|---|---|
| Title | SQLite3.gd | |
| Description |
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 standard SQLite extensions are included except for Unicode (ICU) support. ICU is excluded to avoid increasing the final build size by more than 10×, but it can still be loaded separately at runtime if needed. ✨ Features - Cross-Platform Support: Runs on desktop (Windows, macOS, Linux), mobile (Android, iOS), and web (HTML5) platforms. - Demo Project: includes demo scene to get you started quickly, with a web version available. - Comprehensive Documentation: includes class references for seamless Godot editor integration. - High Performance: leverages C++ for optimized performance and low-level access. - Easy Integration: drop-in GDExtension with simple Godot API bindings. - Automated Builds: uses GitHub Actions for continuous integration, including tests and prebuilt binaries. - Dependency Management: integrated VCPKG for hassle-free library management. See the repository for more information. |
|
| Category | Misc | |
| License | MIT | |
| Repository Provider | Custom | |
| Repository Url | https://github.com/yeicor-gd/sqlite3.gd | |
| Issues Url | https://github.com/yeicor-gd/sqlite3.gd/issues | |
| Godot version | Godot 4.3 | |
| Version String | 0.3.2 | 0.4.1 |
| Download Commit | https://github.com/yeicor-gd/sqlite3.gd/releases/download/v0.3.2/sqlite3.gd-v0.3.2-addon.zip | https://github.com/yeicor-gd/sqlite3.gd/releases/download/v0.4.1/sqlite3.gd-v0.4.1-addon.zip |
| Download Url (Computed) | https://github.com/yeicor-gd/sqlite3.gd/releases/download/v0.3.2/sqlite3.gd-v0.3.2-addon.zip | https://github.com/yeicor-gd/sqlite3.gd/releases/download/v0.4.1/sqlite3.gd-v0.4.1-addon.zip |
| Icon Url |
https://raw.githubusercontent.com/yeicor-gd/sqlite3.gd/refs/heads/main/demo/icon.png
|
|