pandemonium_engine/modules/database
2022-07-06 09:44:02 +02:00
..
database_backends
db_settings
settings
config.py
database_connection.cpp Added owner support for the DatabaseConnection. 2022-07-06 09:44:02 +02:00
database_connection.h Added owner support for the DatabaseConnection. 2022-07-06 09:44:02 +02:00
database_manager.cpp More cleanups. 2022-07-05 23:30:14 +02:00
database_manager.h More cleanups. 2022-07-05 23:30:14 +02:00
database.cpp Added owner support for the DatabaseConnection. 2022-07-06 09:44:02 +02:00
database.h Separated Database and DatabaseConnection into different files. 2022-07-06 09:33:57 +02:00
query_builder.cpp Finished cleaning up QueryBuilder. 2022-07-05 23:05:07 +02:00
query_builder.h Finished cleaning up QueryBuilder. 2022-07-05 23:05:07 +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
register_types.h
SCsub
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