You've already forked random-web-tools
Add sql table to go struct tool
This commit is contained in:
@ -103,6 +103,11 @@ const router = createRouter({
|
||||
name: 'go_json_to_struct',
|
||||
component: () => import('../views/GoJSONToStruct.vue'),
|
||||
},
|
||||
{
|
||||
path: '/sql_tables_to_struct',
|
||||
name: 'sql_tables_to_struct',
|
||||
component: () => import('../views/GoSQLTablesToStruct.vue'),
|
||||
},
|
||||
|
||||
/**
|
||||
* SQL manipulation
|
||||
|
Reference in New Issue
Block a user