Up to date
This page is up to date for Godot 4.3
.
If you still find outdated information, please open an issue.
SQLite¶
Node containing a SQLiteDatabase resource.
Description¶
Node containing a SQLiteDatabase resource.
Properties¶
Property Descriptions¶
SQLiteDatabase database 🔗
void set_database(value: SQLiteDatabase)
SQLiteDatabase get_database()
Database resource. Can either be in memory or loaded from disk.