MySQL(i)类
github.com/alexmcarrow/db
主页
源代码
问题
安装: 35
依赖: 0
建议者: 0
安全: 0
星标: 0
关注者: 1
分支: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT bc4f8934247c9573b14d60549f5677bfb6de6c72
mysqlmysqli
This package is not auto-updated.
Last update: 2024-09-24 04:12:26 UTC
$DSN = array ( 'host'=>'localhost', 'base'=>'dbname', 'user'=>'user', 'pass'=>'password', 'char'=>'utf-8' ); new \DBI\MySQL ($DSN);
\DBI\MySQL::query ("SELECT 1;");