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:_