文件名称:bego:用于简单DynamoDb查询PHP库
文件大小:43KB
文件格式:ZIP
更新时间:2024-02-25 09:24:56
php nosql dynamodb NoSQLPHP
始于 Bego是一个PHP库,可简化DynamoDb表的工作。 使用模型 创建表的模型类 <?php namespace App\MyTables; class Music extends Bego\Model { /** * Table name */ protected $_name = 'Music'; /** * Table's partition key attribute */ protected $_partition = 'Artist'; /** * Table's sort key a