首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > iomysql

iomysql

  • 资源大小:3.22 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

This add-on is now [included in Io main repository.](http://github.com/stevedekorte/io/tree/master/addons/MySQL) MySQL is a fast, multi-threaded, multi-user SQL database server. IoMySQL is a MySQL binding for Io, by Hong, MinHee. ``` my := MySQL establish("localhost", "user", "password", "database") Get rows by Map my queryThenMap("SELECT * FROM rel") foreach(at("col") println) # Get rows by List my query("SELECT * FROM rel") foreach(at(0) println) my close ```

文 件 列 表

MySQL
source
tests
samples
io
resources
depends
build.io
VIP VIP
0.181333s