7
0
mirror of https://github.com/RPG-Research/bcirpg.git synced 2024-04-16 14:23:01 +00:00
Files
Phase1
Phase2
Databases
Phase2DB
Sandbox_Test_Godot_Code
TempFolderForDatabases
Flowcharts
Godot ===(Game Code)===
Godot_GameCode
Godot_Toolset
Networking
Storyboards
ToolsetRepo
UML_Diagrams
Wireframes
.DS_Store
.DS_Store
.gitignore
LICENSE
README.md
bcirpggithubmirror/Phase2/Databases
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
..