Commit Graph

3 Commits

Author SHA1 Message Date
MacDugRPG
0fcca4243a PostgreSQL Database Test Application for Godot (Updated)
This updates the database test code we've been using.

Note: before using, update the screens/DBTest_Postgres.gd script for relevant testing user, password, host, port, database values. (Search on comment "TODO." For anything aside from this rudimentary testing we obviously cannot write these values directly in the code.)
2023-12-10 14:28:42 -05:00
PersonGuyGit
026356456a Created a document to show the problems that can be found when playing test builds of the game on Firefox. 2023-11-05 11:43:00 -07:00
MacDugRPG
585e5bfc0e PostgreSQL Database Test Code for Godot
Adds simple test Godot program for database access. (This specific to PostgreSQL, but can be adapted.) Sourced from our menu and Luke's provided reference: https://godotengine.org/asset-library/asset/985

Note: before using, update the screens/DBTest_Postgres.gd script for relevant testing user, password, host, port, database values. (Search on comment "TODO." For anything aside from this rudimentary testing we obviously cannot write these values directly in the code.)

Any SQL tests you need to run can be updated in the _executer function code block. Currently it expects a characters database that it just selects all and prints to console for verification testing.
2023-10-17 09:50:30 -04:00