navis.js 5.7.0 → 5.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -197,7 +197,7 @@ navis metrics
|
|
|
197
197
|
- ✅ **Complex queries** - Support for JOINs, nested WHERE conditions, GROUP BY, HAVING, ORDER BY
|
|
198
198
|
- ✅ **Database-agnostic** - Automatic SQL dialect handling (PostgreSQL, MySQL, SQLite, SQL Server)
|
|
199
199
|
|
|
200
|
-
### v5.7 (Current)
|
|
200
|
+
### v5.7 ✅ (Current)
|
|
201
201
|
- ✅ **ORM-like features** - Model definitions with relationships, hooks, and validation
|
|
202
202
|
- ✅ **Database migrations** - Migration system with up/down support and tracking
|
|
203
203
|
- ✅ **Model relationships** - hasMany, belongsTo, hasOne relationship definitions
|
package/package.json
CHANGED