Download the PHP package aweitian/sql-auto-gen without Composer
On this page you can find all versions of the php package aweitian/sql-auto-gen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aweitian/sql-auto-gen
More information about aweitian/sql-auto-gen
Files in aweitian/sql-auto-gen
Download aweitian/sql-auto-gen
More information about aweitian/sql-auto-gen
Files in aweitian/sql-auto-gen
Vendor aweitian
Package sql-auto-gen
Short Description sql auto generator
License MIT
Homepage https://github.com/aweitian/sql-auto-gen
Package sql-auto-gen
Short Description sql auto generator
License MIT
Homepage https://github.com/aweitian/sql-auto-gen
Please rate this library. Is it a good library?
Informations about the package sql-auto-gen
常用验证 组件
安装组件
使用 composer 命令进行安装或下载源代码使用。
composer require aweitian/sql-auto-gen
select ($gen->select())
SELECT * FROM data_article
insert ($gen->insert())
INSERT INTO data_article (kw,desc,thumb,title,content,date) VALUES (:kw,:desc,:thumb,:title,:content,:date)
delete ($gen->remove())
DELETE FROM data_article WHERE sid = :sid
update ($gen->update())
UPDATE data_article SET kw=:kw,desc=:desc,thumb=:thumb, title=:title,content=:content,date=:date WHERE sid = :sid
All versions of sql-auto-gen with dependencies
PHP Build Version
Package Version
The package aweitian/sql-auto-gen contains the following files
Loading the files please wait ....