PostgreSQLClient icon indicating copy to clipboard operation
PostgreSQLClient copied to clipboard

PostgreSQL connector for Godot Engine in GDScript.

Results 5 PostgreSQLClient issues
Sort by recently updated
recently updated
newest added

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.`...

bug
help wanted
wontfix

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.

bug

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...

documentation
help wanted
question

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...