I have a database that uses plv8 engine and have stored procedures written in coffescript.
When I use jDBI, in order to call those procedures, after I open connection I have to run:
SET plv8.start_proc = 'plv8_init';
Can I do a similar thing when using JOOQ with javax.sql.DataSource?