diovanegabriel/query-builder

创建sql查询的简单类

v1.7.2 2024-08-20 19:11 UTC

This package is auto-updated.

Last update: 2024-09-20 19:19:53 UTC


README

安装

要安装项目以及数据库和docker的初始配置,只需输入命令 make install

执行

要执行,只需使用命令 make mock

更多信息

安装完成后,可以使用 make upmake down 命令来执行和停止容器。更多选项和详细信息可以在 Makefile 文件中查看。如果需要,可以使用 make composer-update 命令来更新composer的依赖。