Object-Relational Mapping Framework for JitAI.
⚠️ IMPORTANT NOTEjitai-orm is a framework application module of the JitAI platform and cannot run independently.
For a complete development environment setup, please visit the jitai-team/quickstart repository.
- Multi-Database Support: Built-in database, SQLite, MySQL, and more
- Data Models: Standard data models with automatic schema synchronization
- Rich Data Types: 30+ types including basic fields, selectors, attachments, organization, related data, etc.
- Query Builder: Flexible data query interface
| Feature Module | Capability | 🟢 Community Edition | 🔵 Enterprise Edition |
|---|---|---|---|
| Database | Built-in Database | ✅ | ✅ |
| SQLite | ✅ | ✅ | |
| MySQL | ✅ | ✅ | |
| Dameng | ❌ | ✅ | |
| Oracle | ❌ | ✅ | |
| PostgreSQL | ❌ | ✅ | |
| SQL Server | ❌ | ✅ | |
| Data Model | Standard Data Model | ✅ | ✅ |
| Visual Editor | ❌ | ✅ | |
| Aggregate Table Model | ❌ | ✅ | |
| Extended Table Model | ❌ | ✅ | |
| Data Object Model | ❌ | ✅ | |
| Data Types | All 30+ Types | ✅ | ✅ |
We welcome contributions! Please refer to quickstart to get started.