{"name":"VNETIA API","version":"1.0.0","description":"API Universal para acesso a bancos de dados SQL Server e MySQL","documentation":"/api","health":"/health","endpoints":{"connections":"GET /api/connections","tables":"GET /api/:connection/tables","schema":"GET /api/:connection/:table/schema","list":"GET /api/:connection/:table","get":"GET /api/:connection/:table/:id","create":"POST /api/:connection/:table","update":"PUT /api/:connection/:table/:id","delete":"DELETE /api/:connection/:table/:id","query":"POST /api/:connection/:table/query","transaction":"POST /api/:connection/transaction"}}