@antelopejs/interface-database-decorators
v0.0.2
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 offers a flexible, object-oriented approach to defining database tables, models, and operations with full type safety.
Installation
ajs module imports add database-decorators@betaDocumentation
Detailed documentation is available in the docs directory:
- Introduction - Overview and basic concepts
- Table Definitions - Defining database tables with decorators
- Table Modifiers - Table modifiers for encryption, hashing, and localization
- Data Models - Creating and using data models
- Parameter Decoration - Parameter decorators for API controllers
Current Status
This is the development version (beta) of the Interface Database Decorators. It is currently in pre-release stage and may undergo changes before the final release. The interface is not considered stable for production use without understanding that breaking changes may occur.
Versions
| Version | Link | Status | | ------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | | beta | database-decorators@beta | Waiting validation from community to go in v1 | | 1 | Not yet released | Planned stable release |
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
