# mysqli.vb **Repository Path**: xieguigang/mysqli.vb ## Basic Information - **Project Name**: mysqli.vb - **Description**: MySQL database interface mapping for VisualBasic.NET language. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2018-08-08 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: database-dev **Tags**: None ## README # MySqli.vb MySQL database interface mapping for VisualBasic.NET language. This project includes: + a mysql data mapping library + a cli tool for convert the sql table into the VisualBasic/PHP class object source code. + a cli tool for auto document the mysql structure exports. ##### Runtime Require of ``sciBASIC`` runtime: > PM> Install-Package sciBASIC -Pre Or clone and reference to source code project: > https://github.com/xieguigang/sciBASIC ### ORM Data to source code mapping solution for VisualBasic/PHP language, makes the database operation more easily, free your hand from the manual SQL generator. ![](./Mimetypes-text-x-sql-icon.png) 1. Generates source code for VisualBasic 2. Generates source code for PHP