Skip to content

Roadmap

  • Multiple database support
    • PostgreSQL
    • SQLite
    • MySQL
  • Manual transaction support
  • Model
    • Create
    • Insert
    • Insert Many
    • Update
    • Delete
    • Upsert
    • Find
    • All
    • First
    • Save
  • Aggregation functions
    • COUNT
    • SUM
    • AVG
    • MIN
    • MAX
  • Model Relationships
    • One to One
    • One to Many
    • Many to Many
    • Polymorphic
    • Has Many Through
    • Has One Through
    • Morph One
    • Morph Many
  • More Query Builder Methods
    • [*] whereLike
    • [*] whereILike
    • [*] whereNotLike
    • [*] whereNotILike
    • whereBetween
    • whereNotBetween
    • whereExists
    • whereNotExists
    • [*] having
    • [*] havingRaw
  • Advanced JOIN builder