An open API service indexing awesome lists of open source software.

https://github.com/brain-diminished/db-annotation


https://github.com/brain-diminished/db-annotation

annotations database php

Last synced: 2 months ago
JSON representation

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.