Skip to content

Subtree split of the Illuminate Database component (see laravel/framework)

License

Notifications You must be signed in to change notification settings

naotake51/database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eloquentへの不満

  • Modelクラスにテーブルレベルデータとレコードレベルデータを詰め込んでいるが、別々に管理したい。(インスタンス化したときメモリ食うし、クラスが肥大化して管理しづらい)
  • Modelのインスタンスに対して読み込んでないattributeにアクセスするとnullを返すが、実際はプログラムの間違いであることがほとんどなので例外を返して欲しい。
  • Model::withCountをネストされたリレーションも指定できるようにしたい。
  • リレーションの定義にサブクエリを書けるようにしたい。
  • リレーションの定義でSELECT句のサブクエリも書けるようにしたい。

About

Subtree split of the Illuminate Database component (see laravel/framework)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%