Data Access Layer

CodeOmelet Series (Multiverse) Posts
Data Access Layer

This series will talk about the implementation of the data access layer for any project. It is a compilation of the posts which covers the topics of the data access layer.


Data Access Layer for NodeJS and MSSQL - Part 1

Dec 06, 2021 | 10 min read | 4595 Views | Comments

Building a bare minimum data access layer for NodeJS and MSSQL for applications that scream for simplicity. Just like any other layered cake, applications also come in layers Data Access Layer (DAL), Business Access Layer (BAL), Presentation/UI Layer (PL), API Layers, etc. In this article, we are picking up the brush and painting our own data access layer for NodeJS and MS SQL Server.

Data Access Layer for NodeJS and MSSQL - Part 2

Feb 06, 2022 | 6 min read | 2009 Views | Comments

If you like action sequences, this read will definitely give you chills. In this article, without wasting your precious time we will jump straight to the business and understand how to use our bare minimum data access layer which we have built previously.