sweelix-yii2-nosql This extension allow the use of ActiveRecords with the Riak database

  1. Requirements
  2. Usage
  3. Resources

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',
        ],
    ],
];

Resources

1 0
2 followers
0 downloads
Yii Version: 2.0
License: BSD-2-Clause
Category: Database
Developed by: kiwisoft
Created on: Jul 16, 2014
Last updated: 9 years ago

Related Extensions