pandemonium_engine/modules/database
2022-07-05 19:42:27 +02:00
..
database_backends Added the database classes from rcpp_framework. 2022-06-30 13:23:48 +02:00
db_settings Added the database classes from rcpp_framework. 2022-06-30 13:23:48 +02:00
settings Added the database classes from rcpp_framework. 2022-06-30 13:23:48 +02:00
config.py Initial database module setup. 2022-07-05 14:45:45 +02:00
database_manager.cpp Initial database module setup. 2022-07-05 14:45:45 +02:00
database_manager.h Initial database module setup. 2022-07-05 14:45:45 +02:00
database.cpp Initial database module setup. 2022-07-05 14:45:45 +02:00
database.h Initial database module setup. 2022-07-05 14:45:45 +02:00
query_builder.cpp Initial database module setup. 2022-07-05 14:45:45 +02:00
query_builder.h Initial database module setup. 2022-07-05 14:45:45 +02:00
query_result.cpp Initial database module setup. 2022-07-05 14:45:45 +02:00
query_result.h Initial database module setup. 2022-07-05 14:45:45 +02:00
register_types.cpp Initial database module setup. 2022-07-05 14:45:45 +02:00
register_types.h Initial database module setup. 2022-07-05 14:45:45 +02:00
SCsub Initial database module setup. 2022-07-05 14:45:45 +02:00
table_builder.cpp Clenaed up table builder, and added bindings for it. I also reworked it's api a bit. I don't think anyone will implement databases using gdscript, so I did it a bit differently than usual. Also if the need arises, a subclass can be implemented that is implementable through scripting.O 2022-07-05 19:42:27 +02:00
table_builder.h Clenaed up table builder, and added bindings for it. I also reworked it's api a bit. I don't think anyone will implement databases using gdscript, so I did it a bit differently than usual. Also if the need arises, a subclass can be implemented that is implementable through scripting.O 2022-07-05 19:42:27 +02:00