reactiveData/README.md
Frederico Falcao 14f96e78f9 IMPROVEMENT: bring Python trigger support to parity with PHP.
Add SQL bridge, support functions, cron jobs, error handling, and PyPI version pinning so Python triggers match PHP capabilities.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 00:13:18 +03:00

18 lines
543 B
Markdown

-----------------
## BACKLOG:
-----------------
### TO BE:
v0.4 - has an "export" and "import" module that converts sql data into a "git repo" / folder with code
## AS IS:
v0.4 - Python triggers at parity with PHP (support functions, sql bridge, cron, error handling)
v0.3 - supports Javascript / ECMA Script, and npm package manager
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)
v0.1 - works.