Update README.md

This commit is contained in:
Григорий Сафронов 2025-09-15 20:08:35 +00:00
parent e7242dfb89
commit 53a18d2e11

View File

@ -1473,6 +1473,7 @@ trigger add validate_price before_create products [[
**Пример создание триггеров через хранимые процедуры**
```sh
-- Создаем документ - сработает триггер after_create
falcot_db.create('users', '{"name": "John", "email": "john@example.com", "age": 25}')
-- В логах появится: "LUA: New user created with data: {"name": "John", "email": "john@example.com", "age": 25}"