There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

DBD::libsql::Hrana - Hrana protocol client for libSQL

DESCRIPTION

This module implements the Hrana protocol for communicating with libSQL servers. It supports both HTTP and WebSocket transports.

METHODS

new(%options)

Creates a new Hrana client instance.

Options: - url: Server URL (default: http://127.0.0.1:8080) - auth_token: Authentication token for remote servers - timeout: Request timeout in seconds (default: 30)

connect()

Establishes connection to the libSQL server.

execute($sql, $params)

Executes an SQL statement with optional parameters.

batch($statements)

Executes multiple SQL statements in a batch.

close()

Closes the connection to the server.

AUTHOR

ytnobody <ytnobody@gmail.com>