1 Star 0 Fork 0

xieguigang / mysqli.vb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
xieguigang 提交于 2018-03-07 14:16 . update 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.

  1. Generates source code for VisualBasic
  2. Generates source code for PHP
1
https://gitee.com/xieguigang/mysqli.vb.git
git@gitee.com:xieguigang/mysqli.vb.git
xieguigang
mysqli.vb
mysqli.vb
master

搜索帮助