fusio/adapter-cassandra

提供与cassandra数据库交互的连接

v0.5.1 2019-08-15 17:21 UTC

This package is auto-updated.

Last update: 2024-09-05 02:43:42 UTC


README

Fusio 适配器,提供与cassandra数据库交互的连接。该适配器使用 datastax/php-driver 包,因此需要 cassandra PHP 扩展。您可以通过以下步骤在Fusio项目中安装适配器

composer require fusio/adapter-cassandra
php bin/fusio system:register Fusio\Adapter\Cassandra\Adapter

注意:当前cassandra扩展只支持较旧的PHP版本,因此在没有新版本之前无法使用此扩展。