Download the PHP package dnocode/yii2-awsddb without Composer
On this page you can find all versions of the php package dnocode/yii2-awsddb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dnocode/yii2-awsddb
More information about dnocode/yii2-awsddb
Files in dnocode/yii2-awsddb
Download dnocode/yii2-awsddb
More information about dnocode/yii2-awsddb
Files in dnocode/yii2-awsddb
Vendor dnocode
Package yii2-awsddb
Short Description Amazon dynamo db ActiveRecord for the Yii framework
License BSD-3-Clause
Package yii2-awsddb
Short Description Amazon dynamo db ActiveRecord for the Yii framework
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package yii2-awsddb
Amazon Dynamodb activeRecord Yii 2
This extension provides activeRecord support for amazon dynamo db
return [ //.... 'components' => [ ddb' => [ "class"=>'dnocode\awsddb\ar\Connection', 'base_url'=>"http://localhost:8000 [OPTIONAL ONLY FOR DYNAMO LOCAL]", 'key' => 'AMAZONKEY', 'secret' => 'AMAZONSECRET', 'region' => 'eu-west-1' ], ] ];
Installation
Add to composer dependencies
"dnocode/yii2-awsddb": "*"
USING
How to define a model
put
find and update
delete and update
find with where
Find object with the hash key
the active record will use
get operation 4 performance*/
Execute find on attribute that isn`t primary key
will be execute a scan operation with filter on that attribute
Compare attribute with more than one value
TODO
- batch operations with transaction
- support for relation
- iterator for query with more than 1MB
All versions of yii2-awsddb with dependencies
PHP Build Version
Package Version
The package dnocode/yii2-awsddb contains the following files
Loading the files please wait ....