An open API service indexing awesome lists of open source software.

https://github.com/webman-tech/laravel-database

[READ ONLY] Subtree split from webman-tech/laravel-monorepo
https://github.com/webman-tech/laravel-database

Last synced: 9 months ago
JSON representation

[READ ONLY] Subtree split from webman-tech/laravel-monorepo

Awesome Lists containing this project

README

          

# webman-tech/laravel-database

> Split from [webman-tech/laravel-monorepo](https://github.com/webman-tech/laravel-monorepo)

对 [webman/database](https://www.workerman.net/doc/webman/db/tutorial.html) 的包装

## 使用

`WebmanTech\LaravelDatabase\Facades\DB` 提供更完整的代码提示

```php
use WebmanTech\LaravelDatabase\Facades\DB;

DB::table('users')->get();
```