custom sql;

  1. Mashiane

    B4J Library PocketBase - RawInsert (A route/handler to execute INSERT SQL Commands)

    Hi Fam.. Background With this route / handler, you are able to execute inserts in your database using parameterized sql command. You can also specify which fields should be returned from the record that was added. Copy the attached file to your pb_hooks directory and restart the app. Example...
Top