mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
32 lines
744 B
Markdown
32 lines
744 B
Markdown
# Lua Scripting
|
|
|
|
Documentation for Lua scripting in MetaBuilder.
|
|
|
|
## Overview
|
|
|
|
Lua enables business logic implementation without code redeployment. Scripts run in an isolated sandbox without access to system resources.
|
|
|
|
## Scripting Guide
|
|
|
|
- Lua language fundamentals
|
|
- MetaBuilder Lua APIs
|
|
- Sandbox restrictions and security
|
|
|
|
## Common Patterns
|
|
|
|
- Validation scripts
|
|
- Data transformation
|
|
- Business rule implementation
|
|
|
|
## Best Practices
|
|
|
|
- Error handling
|
|
- Performance optimization
|
|
- Testing Lua scripts
|
|
|
|
## Related Resources
|
|
|
|
- [Architecture: Data-Driven Architecture](../architecture/data-driven-architecture.md)
|
|
- [Guides: Development](../guides/)
|
|
- [Testing: Guidelines](../testing/TESTING_GUIDELINES.md)
|