Skip to content

Small DB Driver for CodeIgniter v3, that allows the use of DynamoDB instead SQL database

Notifications You must be signed in to change notification settings

pablopardo1985/dynamodb_codeigniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

dynamodb_codeigniter

Small DB Driver for CodeIgniter v3, that allows the use of DynamoDB instead SQL database

Just download the AWS PHP SDK and extract it into system/libraries.

In application/config/database.php add the following:

$db['default'] = array(
	'key' => 'YOUR_AWS_KEY',
	'region' => 'YOUR_AWS_REGION',
	'secret' => 'YOUR_AWS_SECRET',
	'dbdriver' => 'dynamodb',
	'version' => 'latest'
);

About

Small DB Driver for CodeIgniter v3, that allows the use of DynamoDB instead SQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages