1.0.8 • Published 4 months ago
nexorm v1.0.8
Features
- 🚀 Full TypeScript support with strong typing
- 🎯 Decorator-based schema definition
- 🔄 Automatic schema synchronization
- 📦 Support for multiple databases (SQLite, MySQL, PostgreSQL, MSSQL and MariaDB)
- 🔍 Powerful query with MongoDB-like syntax
- 🎣 Comprehensive hook system
- 💾 Built-in caching mechanism
- 🗑️ Soft delete capability
- ⏱️ Automatic timestamp management
- 🔒 Data validation and type checking
- 🐅 NestJS seamlessly, enabling effortless database integration!
Installation
npm install nexorm --save-dev
CLI
Create nexorm.config file.
npx nexorm init
Documentation
- Getting Started
- Schema
- Column
- Core
- Method's
- Finder Method's
- Updater Method's
- Creation Method's
- Deletion Method's
- Operator's
- Hook's
License
Nyro is licensed under the GPL-3.0 License. See the LICENSE file for details.