-
According to [a recent benchmark](https://github.com/motin/php-orm-benchmark/commit/4dbc68730006453c810213c29cc9da13c9ec29c8), Propel2 does not perform well in the most basic conditions when compared …
motin updated
4 years ago
-
Directly copying and pasting the example from your readme:
import { Model } from "expo-sqlite-eloquent-orm";
class User extends Model {
static tableName = 'users';
static cas…
-
I'm evaluating various PHP ORM's that allow nested relationships to be eager loaded. Does this library have similar functionality to Propel, CakePHP, Eloquent etc?
```
$books = App\Book::with('author…
-
I'm using Crate with the Laravel Eloquent ORM and I'm having problems PDO::PARAM_STR.
For now I replaced
```php
throw new Exception\UnsupportedException('This is not supported, please use prepared …
-
The content in the documentation is ordered alphabetically which is good but it can very helpful for beginners if it's ordered in the official documentation order. It will make it super easy for begin…
ghost updated
3 years ago
-
Hello. Any plans to incorporate PHP and Laravel ORM? It would be much appreciated.
-
Hey there!
I stumbled across your repo while browsing through GitHub, and I gotta say, I'm pretty impressed with what you've built so far. Awesome work!
I couldn't help but notice that you're ha…
-
It would be interesting to have a CLI generator that will generate a Laravel template with selected services.
Not every Laravel app needs all its features. For example, users might be interested t…
-
obviously this project has been abandoned, so what is best to use? Here is a list I compiled
https://github.com/berlindb/core used by easy digital downloads most starred and active, but few docs
…
-
I am using Mustache to render Laravel ORM objects. Laravel's ORM specifies relationships, by defining a method that returns a Relationship object, ie:
```
class Artist extends \Illuminate\Database\El…