postgres

  1. Alexander Stolte

    Android Example [B4X] Supabase - Call a Postgres function (RPC)

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ Perform a function call. You can call Postgres functions as Remote Procedure Calls, logic in your database that you can execute from anywhere. Functions are useful when the logic rarely...
  2. Pedro Caldeira

    B4J Question jSQL and postgres

    Hello, I am trying to reference a postgres database with jSQL and i get the following error: Waiting for debugger to connect... Program started. Error occurred on line: 57 (Main) java.lang.RuntimeException: Class not found: org.postgresql.driver Are you missing an #AdditionalJar attribute...
Top