Initial commit
This commit is contained in:
13
skills/orm-code-generator/assets/README.md
Normal file
13
skills/orm-code-generator/assets/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Assets
|
||||
|
||||
Bundled resources for orm-code-generator skill
|
||||
|
||||
- [ ] templates/typeorm_entity.ts.template: Template for generating TypeORM entity files.
|
||||
- [ ] templates/prisma_schema.prisma.template: Template for generating Prisma schema files.
|
||||
- [ ] templates/sequelize_model.js.template: Template for generating Sequelize model files.
|
||||
- [ ] templates/sqlalchemy_model.py.template: Template for generating SQLAlchemy model files.
|
||||
- [ ] templates/django_model.py.template: Template for generating Django model files.
|
||||
- [ ] templates/entity_framework_entity.cs.template: Template for generating Entity Framework entity files.
|
||||
- [ ] templates/hibernate_entity.java.template: Template for generating Hibernate entity files.
|
||||
- [ ] examples/ecommerce_database_schema.sql: Example SQL schema for an e-commerce database.
|
||||
- [ ] examples/blog_typeorm_model.ts: Example TypeORM model for a blog application.
|
||||
Reference in New Issue
Block a user