the-dusky/microrm

一个用于编写纯SQL的Micro ORM...基本上

1.0.0 2020-03-04 00:43 UTC

This package is auto-updated.

Last update: 2024-09-04 10:53:40 UTC


README

一个允许你编写纯SQL的micro ORM。

如何使用

设置对象

$orm = new the-dusky\MicrORM();

$result_set = $orm->query("SELECT foo FROM Bar;");

查询