This article was written by Fabio Cionini.




ORM and ODM: Relational vs. document


You might already be familiar with object-relational mapping (ORM) techniques that convert relational database data into objects suitable for use in a programming language. Libraries like Sequelize (for Node.js) or, sticking with Python, SQLAlchemy, allow...