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
Hi, I like the ability for gorp to change the table name at runtime. But for my purposes, I actually want more control over the table names on a per-query basis, so that I can continue to serve read requests from one data set while another table gathers insertions. Could Get(), Insert(), Update(), etc. receive an additional parameter for overriding the table name?
The text was updated successfully, but these errors were encountered:
Hi, I like the ability for gorp to change the table name at runtime. But for my purposes, I actually want more control over the table names on a per-query basis, so that I can continue to serve read requests from one data set while another table gathers insertions. Could Get(), Insert(), Update(), etc. receive an additional parameter for overriding the table name?
The text was updated successfully, but these errors were encountered: