Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

SQLite3.gd

An asset by Yeicor
The page banner background of a mountain and forest

Quick Information

No ratings yet
SQLite3.gd icon image
Yeicor
SQLite3.gd

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.

Supported Engine Version
4.3
Version String
0.4.1
Support Level
community
Modified Date
4 months ago
Git URL
Issue URL
Download ZIP

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.

Reviews

0 total reviews
No ratings yet

Your Rating

How do you rate this asset?
Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

No ratings yet
SQLite3.gd icon image
Yeicor
SQLite3.gd

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.

Supported Engine Version
4.3
Version String
0.4.1
Support Level
community
Modified Date
4 months ago
Git URL
Issue URL
Download ZIP

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers