pandemonium_engine/modules/database
2022-07-05 20:34:12 +02:00
..
database_backends
db_settings
settings
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 Work on cleaning up QueryBuilder. 2022-07-05 20:34:12 +02:00
query_builder.h Work on cleaning up QueryBuilder. 2022-07-05 20:34:12 +02:00
query_result.cpp Cleaned up QueryResult. 2022-07-05 20:01:15 +02:00
query_result.h Cleaned up QueryResult. 2022-07-05 20:01:15 +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