Postgresql API

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By fcruz

Hi,
How can i integrate this API in godot and how use the connect to server, select, delete, create, etc… functions of postgresql?
https://wiki.postgresql.org/wiki/HTTP_API#Authentication

Thanks

:bust_in_silhouette: Reply From: Samuel Marzin

Hello,
There is already an API available at the following address GitHub - Marzin-bot/PostgreSQLClient: PostgreSQL connector for Godot Engine in GDScript. (write by myself).