Ruby on Rails vs Laravel. In 1 Minute.

Ruby on Rails vs Laravel. In 1 Minute.

Malachi Rails

1 год назад

3,557 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Heroselohim
@Heroselohim - 18.09.2023 17:37

Laravel can work with any database. Most PHP devs choose SQL because "tradition/experience" but Laravel can run with any DB stack.

There are full tutorials out there on how to connect to eg. MongoDB. And it's very easy to do. You can keep using Eloquent as db builder.

Ответить
@cristianbilu
@cristianbilu - 31.12.2022 17:03

Laravel has 5 default adapters for the database and is not mainly optimised for MySQL ( it even has more postgres features than mysql ):
MariaDB 10.3+
MySQL 5.7+
PostgreSQL 10.0+
SQLite 3.8.8+
SQL Server 2017+

And a lot more from the community ( like Mongo, Firestore, AWS Dynamo DB )

Ответить
@arcstur
@arcstur - 28.12.2022 16:57

on TechEmpower benchmarks Laravel was a little above Rails, being faster on queries, but Rails was faster on JSON and plain text requests.

Ответить