- π 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!
npm install nexorm --save-dev
Create nexorm.config file.
npx nexorm init
- Getting Started
- Schema
- Column
- Core
- Method's
- Finder Method's
- Updater Method's
- Creation Method's
- Deletion Method's
- Operator's
- Hook's
Nyro is licensed under the GPL-3.0 License. See the LICENSE file for details.