generator-pninja 1.5.1 → 1.5.2
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 +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -218,14 +218,6 @@ Fully wired together: auth, routing, forms, CRUD, migrations.
|
|
|
218
218
|
- [SQL Server][sqlserver-url] support
|
|
219
219
|
- [Oracle][oracle-url] support
|
|
220
220
|
|
|
221
|
-
### Features
|
|
222
|
-
|
|
223
|
-
- **Multi-tenancy Support** - Isolated data per tenant
|
|
224
|
-
- **API Versioning** - Version management for APIs
|
|
225
|
-
- **Real-time Features** - WebSockets/Pusher integration
|
|
226
|
-
- **GraphQL Support** - Alternative API layer
|
|
227
|
-
- **Advanced Caching** - Redis integration with cache strategies
|
|
228
|
-
|
|
229
221
|
### DevOps
|
|
230
222
|
|
|
231
223
|
- **GitHub Actions CI/CD** - Automated testing and deployment
|