Posts tagged by relational database

Eloquent Relationships in Laravel Models 1

Laravel provides a great approach for implementing crud operations of tables and relationships between them called  “Eloquent ORM”. Eloquent ORM (Object Relational Mapper) is a code library that automates the transfer of data stored in relational databases tables into objects. Each table has a corresponding "Model" which is used to interact with that table.it makes managing and working with relationships easy, and supports several different types of relationships.

Read More

Relational vs. Non-Relational Databases

What is relational database? What is the non-relational database? What’s the difference between them? What brings NoSQL in the market? Which one is the best for your application? That’s what we will talk about in this article.

Read More