v0.2 - release version

This commit is contained in:
FredericoFalcao 2025-06-12 11:49:40 +03:00 committed by GitHub
parent 900dbe3b6c
commit ae0cfb98a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,13 @@
### TO BE: ### 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 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) - (useful for trigger functions like telegram outbox that need data like recipients hidrated)
## AS IS:
v0.1 - works. v0.1 - works.