arangodb php client:ArangoDB的低级PHP客户端支持PHP8 源码
ArangoDB PHP客户端 适用于ArangoDB的低级PHP客户端。支持PHP版本7和8。 安装 composer require laravel-freelancer-nl/arangodb-php-client 快速开始 // Create a new connector $this->connector = new Connector($config); //Create the domain clients that suit your purpose and pass the connector to the client. $this->schemaClient = new SchemaClient($this->connector); //Create a database $this->schemaClient->createDatabase('MyK
用户评论