Download the PHP package mnemesong/table-schema without Composer
On this page you can find all versions of the php package mnemesong/table-schema. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mnemesong/table-schema
More information about mnemesong/table-schema
Files in mnemesong/table-schema
Package table-schema
Short Description Package contains table-schema and column-schema classes and builder.
License MIT
Informations about the package table-schema
mnemesong/table-schema
- The documentation is written in two languages: Russian and English.
- Документация написана на двух языках: русском и английском.
General description / Общее описание
ENG:
The package provides objects and mechanics for creating abstract table schemas and tabular columns without binding to a particular type of database. Table and column objects contain only the necessary data structure to describe a column on any database. Features that are not typical for all types of storage are implemented using the mechanics of specifications: A specification is a pair: an identifier and an attached value. Initially, a ppackage does not contain any specifications. Specifications and the mechanics of their processing should be implemented based on specific storage types.
RUS:
Пакет предосталвяет объекты и механики для создания абстрактных схем таблиц и табличных колонок без привязки к конкретному виду БД. Объекты таблиц и колонок содержат только необходимую структуру данных, для описания колонки на любой базе данных. Возможности характерные не для всех типов хранилищ реализованы с помощью механики спецификаций: Спецификация это пара: идентификатор и прилагающееся значение. Изначально ппакет не содержит никаких спецификаций. Спецификации и механика их обработки должны быть реализованы на базе конкретных типов хранилищ.
Requirements / Требования
- PHP >= 7.4
- Composer >=2.0
Installation / Установка
composer require "mnemesong/table-schema"
License / Лицензия
- MIT
Contacts / Контакты
- Anatoly Starodubtsev "Pantagruel74"
- [email protected]