Add context menu to display database tables stats (#639)
* Add context menu to display database tables stats * Move table stats implementation into client
This commit is contained in:
@@ -41,6 +41,9 @@ var (
|
||||
//go:embed sql/objects.sql
|
||||
Objects string
|
||||
|
||||
//go:embed sql/tables_stats.sql
|
||||
TablesStats string
|
||||
|
||||
//go:embed sql/function.sql
|
||||
Function string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user