PostgreSQLClient
PostgreSQLClient copied to clipboard
PostgreSQL connector for Godot Engine in GDScript.
One line 32 of the PostgreSQLClient.gd file, `var status = Status.STATUS_DISCONNECTED setget set_status, get_status` seems to be causing an error: `Expected end of statement after variable declaration, found "Identifier" instead.`...
Hi, I tried the sample code in the alpha branch for Godot 4 , but unfortunately it does not work. Is this still the old code for Godot 3.x? If...
OIt looks like SSL is incomplete in the alpha branch, and its above my skill level to know how to fix it.
So in 3.0's database.execute would return an array of the data you requested however in 4.0 it returns only an integer, how are we supposed to get the data in...
Hi, thanks for writing this plugin. I'm currently using this to make reporting app for existing postgresql db. I notice if I use select statement that returns a lot of...