From 34d3db3ab924d9ed630ae602d2c976f0dc1ebd43 Mon Sep 17 00:00:00 2001 From: Anton Nesterov <48190253+nesterow@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:17:28 +0200 Subject: [PATCH] [fix] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bfed18..4f7a231 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # DAL **Data Access Layer** + DAL is a proxy layer for SQL databases with a MongoDB inspired query interface. -It can be used as a Go or NodeJS package (requires compiler) to create your own proxy and apply custom middlewares. +It can be used as a Go or NodeJS package (requires compiler). +It is modular and allows to create your own proxy and apply custom middlewares. _Notes:_