@antelopejs/interface-database-decorators
v0.1.0
Published
AntelopeJS interface for database schema decorators and model definitions
Readme

Interface Database Decorators
A structured framework for implementing database operations using TypeScript decorators. Interface Database Decorators provides a flexible, object-oriented approach to defining database tables, models, and operations with full type safety, including built-in support for field-level encryption, hashing, and localization.
Installation
npm install @antelopejs/interface-database-decoratorsDocumentation
Detailed documentation is available in the docs directory:
- Introduction - Overview and dependencies
- Table Definitions - Define database tables with decorators, indexes, and fixtures
- Table Modifiers - Encryption, hashing, localization, and custom modifier creation
- Data Models - Create and use data models with CRUD operations
- Parameter Decoration - Inject models into API controllers
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
