lucasoid/keyhole
Composer 安装命令:
composer require lucasoid/keyhole
包简介
API for dynamic user-facing database table creation and querying
关键字:
README 文档
README
An implementation of Doctrine DBAL designed to simplify user-managed database tables
What do we have here?
Keyhole is an interface to allow users to create database tables and entries. What you, and they, do with that is TBD.
- Build a registry of tables and columns.
- Define access rules.
- Dynamically create or update tables that have been registered.
- Save, delete, and retrieve data from the created tables.
Install:
composer require lucasoid/keyhole
Get started:
See https://github.com/lucasoid/keyhole-demo-php for a sample implementation.
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-24