Erlang and SQL - Why is this so hard? - Marc Sugiyama | Code BEAM America 2024

preview_player
Показать описание

Relational databases are powerful tools for managing data. Erlang is great at moving data around. Why is it so hard to mesh the two of them together? Many projects use relational databases in only the simplest way, through simple templating libraries, or custom code, forgoing the power of the relational database. Is there a better way? We'll survey some of the technology pieces such as ODBC, dispel some misconceptions, and explore the awkward impedance mismatch between Erlang and relational databases.
Рекомендации по теме
Комментарии
Автор

To avoid nasty code for database transactions I recommend that Developers spend more time on learning of how to make database routines or functions and something basic as views and use of indexes. Nice presentation.👌

bjrnhjjakobsen