PHPackages                             macropage/sushi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. macropage/sushi

ActiveLibrary[Database &amp; ORM](/categories/database)

macropage/sushi
===============

Eloquent's missing "array" driver.

014PHP

Since Feb 6Pushed 3y agoCompare

[ Source](https://github.com/michabbb/sushi)[ Packagist](https://packagist.org/packages/macropage/sushi)[ RSS](/packages/macropage-sushi/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Fork
====

[](#fork)

i don´t understand how this can work for someone with the original code.
with this change i can crate a model from any mysql-query.

```
$QueryResult = new QueryResultModel();
// $connection_name from config/database.php
$QueryResult->initbootSushi($connection_name, $sql_query_string);
```

```
