Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 865 Bytes

databases.md

File metadata and controls

24 lines (23 loc) · 865 Bytes

DataBases

SQL

  • MySQL ( Not available yet )
  • Eloquent ORM
    • Fast
    • Easy to use
    • Popular
  • Redis
    • Very fast
  • Json ( Exclusive to LaraGram )
    • Insert 1000 records in 10ms
    • Type definition of each column
    • Define column as unique
    • Define column as nullable
    • Default value of column
    • Auto Increment
    • Database Model similar to Laravel Eloquent
    • ORM similar to Laravel Eloquent
    • Migration similar to Laravel Eloquent
    • Terminal command for migration and model, create Database
    • Storage in json file