You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May i ask a theoretical noob questions here? Or there is another channel for these?
I'd like to group mysql functions into a module. But if they are in a module, how could i call these from other modules. Should i declare the 'conn' (= mysql_connect()) variable as a global? Or should i pass it to all functions as parameter?
Generally the mysql connection is permanent in tarantool? Need to be permanent (relate to performance)? Or need to be open a new connection for every operation?
Thank you.
The text was updated successfully, but these errors were encountered:
May i ask a theoretical noob questions here? Or there is another channel for these?
I'd like to group mysql functions into a module. But if they are in a module, how could i call these from other modules. Should i declare the 'conn' (= mysql_connect()) variable as a global? Or should i pass it to all functions as parameter?
Generally the mysql connection is permanent in tarantool? Need to be permanent (relate to performance)? Or need to be open a new connection for every operation?
Thank you.
The text was updated successfully, but these errors were encountered: