This repository contains Dart clients for the Hrana protocol used by
sqld
, a database server based on the sqlite3 fork libsql
.
Currently, this includes two packages:
package:hrana
: Supports connecting to remote database servers with the hrana protocol as well as executing queries.package:drift_hrana
: Wraps thehrana
package to implement theQueryExecutor
interface from drift, allowing remote libsql databases to be used with drift.