pandemonium_engine/modules/database
2022-08-23 13:09:12 +02:00
..
doc_classes Re-extracted the class docs. 2022-08-23 13:09:12 +02:00
config.py Added the database classes to the build. 2022-07-06 12:46:22 +02:00
database_connection.cpp Added table version getters and setters to the DatabaseConnection. 2022-07-23 14:45:34 +02:00
database_connection.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
database_manager.cpp Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
database_manager.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
database_multi_threaded.cpp Fix duplicate binds. 2022-07-06 12:53:54 +02:00
database_multi_threaded.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
database_single_threaded.cpp Fix duplicate binds. 2022-07-06 12:53:54 +02:00
database_single_threaded.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
database.cpp Fix duplicate binds. 2022-07-06 12:53:54 +02:00
database.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
query_builder.cpp Backported most of the improvements to String from Godot4. 2022-08-15 22:54:03 +02:00
query_builder.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
query_result.cpp Fully cleaned and added the sqlite database backend to the build. 2022-07-06 22:14:37 +02:00
query_result.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
register_types.cpp Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00
register_types.h Initial database module setup. 2022-07-05 14:45:45 +02:00
SCsub Added the database classes to the build. 2022-07-06 12:46:22 +02:00
table_builder.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
table_builder.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00