generalbots/src/basic
Rodrigo Rodriguez (Pragmatismo) bbbb9e190f Allow dynamic tables from app_generator in db_api
- Added table_exists_in_database() to check if table exists in PostgreSQL
- Updated validate_table_name() to allow valid identifiers (not just whitelist)
- Added validate_table_name_with_conn() for full validation with DB check
- Added is_table_allowed_with_conn() for handlers to verify table existence
- Updated list_records_handler and count_records_handler to use dynamic check
- Uses parameterized query for table existence check (SQL injection safe)
2026-01-02 18:20:04 -03:00
..
compiler feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
keywords Allow dynamic tables from app_generator in db_api 2026-01-02 18:20:04 -03:00
mod.rs feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00