Add sql table to go struct tool

This commit is contained in:
2024-04-15 15:11:54 +03:00
parent 3eea98c1c9
commit 4c80b42680
3 changed files with 163 additions and 0 deletions

View File

@ -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