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
Following #691 (comment), can we expose orm.<tableName>.table? It's a static string, not dependent on runtime database URL, it can live inside unbound ORM instance.
Following #691 (comment), can we expose
orm.<tableName>.table? It's a static string, not dependent on runtime database URL, it can live inside unbound ORM instance.