Download the PHP package houdunwang/database without Composer
On this page you can find all versions of the php package houdunwang/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download houdunwang/database
More information about houdunwang/database
Files in houdunwang/database
Download houdunwang/database
More information about houdunwang/database
Files in houdunwang/database
Vendor houdunwang
Package database
Short Description 数据库组件用于完成数据库、表、记录的管理
License MIT
Homepage http://www.houdunwang.com/
Package database
Short Description 数据库组件用于完成数据库、表、记录的管理
License MIT
Homepage http://www.houdunwang.com/
Please rate this library. Is it a good library?
Informations about the package database
数据库
数据库组件用于完成数据库、表、记录的管理。
登录 GITHUB 查看源代码
[TOC]
安装组件
使用 composer 命令进行安装或下载源代码使用。
HDPHP 框架已经内置此组件,无需要安装
开始使用
配置
本组件使用了 Db组件 需要先进行配置, 请查看 GitHub文档 进行配置
获取表字段信息
获取user表的所有字段
获取表主键
删除表
修复表
优化表
获取数据库大小
获得当前数据库大小即所有表碎片、数据、索引之和
获取表大小
获得 news 表大小,包含表碎片、数据、索引之和
锁表
解锁表
清空表
获所有表信息
获得当前数据库的所有表信息 , 数据大小包括碎片、数据、索引
检测表是否存在
测表字段是否存在
执行多条SQL语句
All versions of database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
houdunwang/config Version ~1.0
houdunwang/db Version ~1.0
houdunwang/arr Version ~1.0
houdunwang/dir Version ~1.0
houdunwang/config Version ~1.0
houdunwang/db Version ~1.0
houdunwang/arr Version ~1.0
houdunwang/dir Version ~1.0
The package houdunwang/database contains the following files
Loading the files please wait ....