This extension provides the Riak 1.4+ integration for the Yii2 framework. Riak is not affiliated with Sweelix.
The extension feature
- ActiveRecord management (database access)
- ActiveController (rest layer)
Requirements ¶
This extensions works with Yii 2 and needs Riak 1.4+
Usage ¶
To use this extension, simply add the following code in your application configuration:
return [
//....
'components' => [
'riak' => [
'class' => 'sweelix\yii2\nosql\riak\Connection',
'dsn' => 'riak:dsn=http://localhost:8098',
],
],
];
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.