From fdbd2ef1967189c14a1f09e51aeb9d0d9fe07e06 Mon Sep 17 00:00:00 2001 From: Marcelo Lazaroni Date: Thu, 9 Jan 2025 15:22:12 +0000 Subject: [PATCH] Add README --- README.md | 6 ++++++ ambar-hs-utils/README.md | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8770ede --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Ambar utility modules + +This includes modules that are not application-specific and that are shared across application. + +- `ambar-hs-utils` - General-purpose utility modules +- `ambar-sqlserver` - Convenient Microsoft SQL Server API wrapper diff --git a/ambar-hs-utils/README.md b/ambar-hs-utils/README.md index f1b23d7..554c4ba 100644 --- a/ambar-hs-utils/README.md +++ b/ambar-hs-utils/README.md @@ -1,3 +1,5 @@ -# Ambar utility modules +# ambar-hs-utils -This includes modules that are not application-specific and that are shared across application. +Functions used across Ambar's code. + +Each module could be a package of their own, but they are kept together here for simplicity of usage.