https://github.com/brain-diminished/db-annotation
https://github.com/brain-diminished/db-annotation
annotations database php
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brain-diminished/db-annotation
- Owner: brain-diminished
- License: mit
- Created: 2017-12-20T06:34:53.000Z (over 8 years ago)
- Default Branch: 1.x
- Last Pushed: 2017-12-20T06:56:03.000Z (over 8 years ago)
- Last Synced: 2025-12-14T11:35:18.610Z (7 months ago)
- Topics: annotations, database, php
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Database Annotations
This package proposes a way to easily interpret annotations in your database comments (columns and tables). This may be
particularly useful when using an ORM driven by the database schema, as it would allow to hint some specific behaviours
(default order in table, specific modifier on a column, etc.) without breaking its philosophy.