# EasySQL_PHP **Repository Path**: EldersJavas/EasySQL_PHP ## Basic Information - **Project Name**: EasySQL_PHP - **Description**: No description available - **Primary Language**: PHP - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-14 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EasySQL_PHP The best way to learn MySQL in PHP! EasySQL是一款专门为小白设计开发的简易操作数据库的扩展。 EasySQL只需要在您的代码中插入一行代码就可以随意使用! ```php ``` 使用方法示例: ```php easysql_connect(style,username,password,link,other); ``` 您可以通过git得到它: ```git git clone easysql ```