From ae0cfb98a69519812ccded417fff1d3f4694b736 Mon Sep 17 00:00:00 2001 From: FredericoFalcao Date: Thu, 12 Jun 2025 11:49:40 +0300 Subject: [PATCH] v0.2 - release version --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d8a3d2..9c72025 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ ### TO BE: -v0.3 - has an "export" and "import" module that converts sql data into a "git repo" / folder with code +v0.4 - has an "export" and "import" module that converts sql data into a "git repo" / folder with code + +v0.3 - supports Javacript / ECMA Script, and npm package manager + +## AS IS: v0.2 - has a function called "sql_read_hidrate()" that gives the foreign keys hidrated - (useful for trigger functions like telegram outbox that need data like recipients hidrated) -## AS IS: - -v0.1 - works. \ No newline at end of file +v0.1 - works.