-
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…
-
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…
-
After an insert is it possible to get the entities in form of a collection i.e an array indexed with id's?
Right now when you insert an array of data in the store:
`store.dispatch('entities/posts/…
-
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…
-
1. `json` type not defined in `Database::datatype()` + I think method must return `['type' => 'string']` for undefined types.
2. `set`/ `json` values not normalized - cant set as array, they gets as …
-
- [x] JsonDB - default database
- [x] https://github.com/thinkholic/backdrop-js/issues/11
- [ ] https://github.com/thinkholic/backdrop-js/issues/12
- [ ] SQLLite
-
I've installed this in a plugin but when I try to use `{{ $users = $db->table('users')->get() }}` I am just getting `Undefined variable: db`
ghost updated
7 years ago
-
### Describe the bug
AFAIK, Eloquent will cast attributes to the column type as defined in the table. When adding a custom model with say, an integer column, the attribute type when accessing it li…
-
Now that's a tricky one, do we really have to reimplement TypeORM in Deno?
-
好像pdo链接会报错